Searched refs:used_bytes (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/dev/sfxge/common/ |
| H A D | efx_bootcfg.c | 765 size_t used_bytes; in efx_bootcfg_copy_sector() 794 used_bytes = 2; in efx_bootcfg_copy_sector() 808 used_bytes = 1; in efx_bootcfg_copy_sector() 811 ++used_bytes; in efx_bootcfg_copy_sector() 830 (void) memset(data + used_bytes, 0, data_size - used_bytes); in efx_bootcfg_copy_sector() 931 &used_bytes); in efx_bootcfg_read() 935 used_bytes = 2; in efx_bootcfg_read() 950 used_bytes = 1; in efx_bootcfg_read() 953 ++used_bytes; in efx_bootcfg_read() 975 (void) memset(data + used_bytes, 0, size - used_bytes); in efx_bootcfg_read() [all …]
|
| /freebsd-14.2/contrib/wpa/src/crypto/ |
| H A D | crypto_internal-cipher.c | 21 size_t used_bytes; member 113 ctx->u.rc4.used_bytes, crypt, len); in crypto_cipher_encrypt() 114 ctx->u.rc4.used_bytes += len; in crypto_cipher_encrypt() 177 ctx->u.rc4.used_bytes, plain, len); in crypto_cipher_decrypt() 178 ctx->u.rc4.used_bytes += len; in crypto_cipher_decrypt()
|
| H A D | crypto_libtomcrypt.c | 293 size_t used_bytes; member 363 ctx->u.rc4.used_bytes, crypt, len); in crypto_cipher_encrypt() 364 ctx->u.rc4.used_bytes += len; in crypto_cipher_encrypt() 387 ctx->u.rc4.used_bytes, plain, len); in crypto_cipher_decrypt() 388 ctx->u.rc4.used_bytes += len; in crypto_cipher_decrypt()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIWindows_x86_64.cpp | 659 uint32_t used_bytes = in GetReturnValueObjectImpl() local 665 used_bytes = aggregate_field_offsets[0]; in GetReturnValueObjectImpl() 679 if (used_bytes >= 8 || used_bytes + field_byte_width > 8) { in GetReturnValueObjectImpl() 689 copy_from_offset = used_bytes; in GetReturnValueObjectImpl() 690 used_bytes += field_byte_width; in GetReturnValueObjectImpl()
|
| /freebsd-14.2/usr.sbin/makefs/ |
| H A D | cd9660.c | 1782 int64_t used_bytes = 0; in cd9660_compute_offsets() local 1834 used_bytes += node->fileSectorsUsed * diskStructure->sectorSize; in cd9660_compute_offsets() 1841 used_bytes + startOffset); in cd9660_compute_offsets() 1844 used_bytes += r; in cd9660_compute_offsets() 1871 used_bytes + startOffset); in cd9660_compute_offsets() 1873 used_bytes += child->fileSectorsUsed * in cd9660_compute_offsets() 1886 return used_bytes; in cd9660_compute_offsets()
|