Searched refs:used_bytes (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/sfxge/common/
H A Defx_bootcfg.c765 size_t used_bytes;
776 &used_bytes);
782 if ((used_bytes < 2) ||
783 (sector[used_bytes - 1] != EFX_DHCP_END)) {
791 if (rc != 0 || used_bytes == 0) {
794 used_bytes = 2;
796 EFSYS_ASSERT(used_bytes >= 2); /* checksum and EFX_DHCP_END */
797 EFSYS_ASSERT(used_bytes <= sector_length);
805 if (sector[used_bytes - 1] != EFX_DHCP_END) {
806 if (used_bytes >
860 size_t used_bytes; local
1022 size_t used_bytes; local
[all...]
/freebsd-current/contrib/wpa/src/crypto/
H A Dcrypto_internal-cipher.c21 size_t used_bytes; member in struct:crypto_cipher::__anon6336::__anon6337
113 ctx->u.rc4.used_bytes, crypt, len);
114 ctx->u.rc4.used_bytes += len;
177 ctx->u.rc4.used_bytes, plain, len);
178 ctx->u.rc4.used_bytes += len;
H A Dcrypto_libtomcrypt.c293 size_t used_bytes; member in struct:crypto_cipher::__anon6343::__anon6344
363 ctx->u.rc4.used_bytes, crypt, len);
364 ctx->u.rc4.used_bytes += len;
387 ctx->u.rc4.used_bytes, plain, len);
388 ctx->u.rc4.used_bytes += len;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp659 uint32_t used_bytes = local
665 used_bytes = aggregate_field_offsets[0];
679 if (used_bytes >= 8 || used_bytes + field_byte_width > 8) {
689 copy_from_offset = used_bytes;
690 used_bytes += field_byte_width;
/freebsd-current/usr.sbin/makefs/
H A Dcd9660.c1763 int64_t used_bytes = 0; local
1815 used_bytes += node->fileSectorsUsed * diskStructure->sectorSize;
1822 used_bytes + startOffset);
1825 used_bytes += r;
1852 used_bytes + startOffset);
1854 used_bytes += child->fileSectorsUsed *
1867 return used_bytes;

Completed in 104 milliseconds