Searched defs:CRC32 (Results 1 - 4 of 4) sorted by relevance
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | crc32.h | 33 * 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 D | efiapi.h | 674 UINT32 CRC32; member in struct:_EFI_TABLE_HEARDER 818 // CRC32 services
|
| /illumos-gate/usr/src/uts/intel/sys/acpi/platform/ |
| H A D | acefiex.h | 148 UINT32 CRC32; member in struct:_EFI_TABLE_HEARDER
|
| /illumos-gate/usr/src/common/dis/i386/ |
| H A D | dis_tables.c | 159 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 175 milliseconds