Searched defs:CRC_BE_BITS (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dcrc32c_defs.h14 #ifndef CRC_BE_BITS
15 # define CRC_BE_BITS 64 macro
31 #if CRC_BE_BITS > 64 || CRC_BE_BITS < 1 || CRC_BE_BITS == 16 || \
32 CRC_BE_BITS & CRC_BE_BITS-1
33 # error "CRC_BE_BITS must be one of {1, 2, 4, 8, 32, 64}"
/external/e2fsprogs/e2fsck/
H A Dcrc32defs.h14 #ifndef CRC_BE_BITS
15 # define CRC_BE_BITS 8 macro
30 #if CRC_BE_BITS > 8 || CRC_BE_BITS < 1 || CRC_BE_BITS & CRC_BE_BITS-1
31 # error CRC_BE_BITS must be a power of 2 between 1 and 8

Completed in 1745 milliseconds