Searched refs:data_buffer_size (Results 1 – 8 of 8) sorted by relevance
567 int data_buffer_size; in calc_hex() local581 data_buffer_size = 0; in calc_hex()589 && data_buffer_size < MAX_BYTES - 3) in calc_hex()594 sprintf (data_buffer + data_buffer_size, in calc_hex()597 data_buffer_size += 2; in calc_hex()608 && data_buffer_size < MAX_BYTES - 3) in calc_hex()613 sprintf (data_buffer + data_buffer_size, in calc_hex()616 data_buffer_size += 2; in calc_hex()628 data_buffer[data_buffer_size] = '\0'; in calc_hex()
1562 (data_buffer_size): Remove static variable.1563 (calc_hex): Make data_buffer_size a local variable. Don't leave
87 static uint32_t data_buffer_size = VMCI_MAX_DG_SIZE; variable642 data_buffer = malloc(data_buffer_size, M_DEVBUF, M_ZERO | M_NOWAIT); in vmci_config_interrupts()953 data_buffer, data_buffer_size); in dispatch_datagrams()
2194 bfd_size_type data_buffer_size; local2298 data_buffer_size = 0x0058 + initsz + finisz;2299 data_buffer_size = (data_buffer_size + 7) &~ (bfd_size_type) 7;2301 data_buffer = (bfd_byte *) bfd_zmalloc (data_buffer_size);2325 data_scnhdr.s_size = data_buffer_size;2365 auxent.x_csect.x_scnlen.l = data_buffer_size;2486 data_scnhdr.s_relptr = data_scnhdr.s_scnptr + data_buffer_size;2495 bfd_bwrite (data_buffer, data_buffer_size, abfd);
3681 bfd_size_type data_buffer_size; local3747 data_buffer_size = 0x0040 + initsz + finisz;3748 data_buffer_size = (data_buffer_size + 7) &~ (bfd_size_type) 7;3750 data_buffer = (bfd_byte *) bfd_zmalloc (data_buffer_size);3775 scnhdr.s_size = data_buffer_size;3811 auxent.x_csect.x_scnlen.l = data_buffer_size;3934 scnhdr.s_relptr = scnhdr.s_scnptr + data_buffer_size;3941 bfd_bwrite (data_buffer, data_buffer_size, abfd);
1491 fwcmd->data_buffer_size = LE_32(num_bytes); in oce_mbox_write_flashrom()1545 fwcmd->data_buffer_size = 0x4; in oce_mbox_get_flashrom_crc()
1633 uint32_t data_buffer_size; member
2187 uint32_t data_buffer_size; member2234 uint32_t data_buffer_size; member