Searched refs:used_bytes (Results 1 – 5 of 5) sorted by relevance
765 size_t used_bytes; in efx_bootcfg_copy_sector()776 &used_bytes); in efx_bootcfg_copy_sector()782 if ((used_bytes < 2) || in efx_bootcfg_copy_sector()783 (sector[used_bytes - 1] != EFX_DHCP_END)) { in efx_bootcfg_copy_sector()791 if (rc != 0 || used_bytes == 0) { in efx_bootcfg_copy_sector()794 used_bytes = 2; in efx_bootcfg_copy_sector()796 EFSYS_ASSERT(used_bytes >= 2); /* checksum and EFX_DHCP_END */ in efx_bootcfg_copy_sector()797 EFSYS_ASSERT(used_bytes <= sector_length); in efx_bootcfg_copy_sector()805 if (sector[used_bytes - 1] != EFX_DHCP_END) { in efx_bootcfg_copy_sector()806 if (used_bytes >= sector_length) { in efx_bootcfg_copy_sector()[all …]
21 size_t used_bytes; member113 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()
293 size_t used_bytes; member363 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()
659 uint32_t used_bytes = in GetReturnValueObjectImpl() local665 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()
1763 int64_t used_bytes = 0; in cd9660_compute_offsets() local1815 used_bytes += node->fileSectorsUsed * diskStructure->sectorSize; in cd9660_compute_offsets()1822 used_bytes + startOffset); in cd9660_compute_offsets()1825 used_bytes += r; in cd9660_compute_offsets()1852 used_bytes + startOffset); in cd9660_compute_offsets()1854 used_bytes += child->fileSectorsUsed * in cd9660_compute_offsets()1867 return used_bytes; in cd9660_compute_offsets()