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

/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_bootcfg.c767 size_t used_bytes;
778 &used_bytes);
784 if ((used_bytes < 2) ||
785 (sector[used_bytes - 1] != EFX_DHCP_END)) {
793 if (rc != 0 || used_bytes == 0) {
796 used_bytes = 2;
798 EFSYS_ASSERT(used_bytes >= 2); /* checksum and EFX_DHCP_END */
799 EFSYS_ASSERT(used_bytes <= sector_length);
807 if (sector[used_bytes - 1] != EFX_DHCP_END) {
808 if (used_bytes >
862 size_t used_bytes; local
1024 size_t used_bytes; local
[all...]
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_internal-cipher.c21 size_t used_bytes; member in struct:crypto_cipher::__anon6376::__anon6377
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::__anon6383::__anon6384
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-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp657 uint32_t used_bytes = local
663 used_bytes = aggregate_field_offsets[0];
677 if (used_bytes >= 8 || used_bytes + field_byte_width > 8) {
687 copy_from_offset = used_bytes;
688 used_bytes += field_byte_width;
/freebsd-13-stable/usr.sbin/makefs/
H A Dcd9660.c1819 int64_t used_bytes = 0; local
1871 used_bytes += node->fileSectorsUsed * diskStructure->sectorSize;
1878 used_bytes + startOffset);
1881 used_bytes += r;
1908 used_bytes + startOffset);
1910 used_bytes += child->fileSectorsUsed *
1923 return used_bytes;

Completed in 167 milliseconds