/usr/src/packages/BUILD/src/liblzma/check/crc_macros.h File Reference
Some endian-dependent macros for CRC32 and CRC64.
More...
|
Defines |
#define | A(x) ((x) & 0xFF) |
#define | B(x) (((x) >> 8) & 0xFF) |
#define | C(x) (((x) >> 16) & 0xFF) |
#define | D(x) ((x) >> 24) |
#define | S8(x) ((x) >> 8) |
#define | S32(x) ((x) >> 32) |
Detailed Description
Some endian-dependent macros for CRC32 and CRC64.