/root/xz-utils-5.0.0/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.


Generated on Sat Dec 4 21:10:02 2010 for XZ Utils by  doxygen 1.5.6