Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | CRCPOLY_LE 0xedb88320 |
#define | CRCPOLY_BE 0x04c11db7 |
#define | CRC32C_POLY_LE 0x82F63B78 |
#define | CRC_LE_BITS 32 |
#define | CRC_BE_BITS 32 |
#define CRC32C_POLY_LE 0x82F63B78 |
Definition at line 14 of file crc32defs.h.
#define CRC_BE_BITS 32 |
Definition at line 52 of file crc32defs.h.
#define CRC_LE_BITS 32 |
Definition at line 45 of file crc32defs.h.
#define CRCPOLY_BE 0x04c11db7 |
Definition at line 7 of file crc32defs.h.
#define CRCPOLY_LE 0xedb88320 |
Definition at line 6 of file crc32defs.h.