Searched defs:CRC32 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcrc32.h33 * CRC32, the 32-bit Cyclic Redundancy Check, is a well-known way to
51 * CRC32 has been proven to detect all single-bit errors, all double-bit
117 * Typical usage: CRC32(crc, buf, size, -1U, crc32_table).
119 #define CRC32(crc, buf, size, start, table) \ macro
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defiapi.h674 UINT32 CRC32; member in struct:_EFI_TABLE_HEARDER
818 // CRC32 services
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h148 UINT32 CRC32; member in struct:_EFI_TABLE_HEARDER
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c159 CRC32, /* for crc32, with different size operands */ enumerator in enum:__anon34
1400 /* [00] */ TNS("crc32b",CRC32),
1405 /* [00] */ TS("crc32",CRC32),
3391 case CRC32:
3729 case CRC32:

Completed in 85 milliseconds