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

/external/e2fsprogs/lib/ext2fs/
H A Dcrc32c_defs.h11 #ifndef CRC_LE_BITS
12 # define CRC_LE_BITS 64 macro
22 #if CRC_LE_BITS > 64 || CRC_LE_BITS < 1 || CRC_LE_BITS == 16 || \
23 CRC_LE_BITS & CRC_LE_BITS-1
24 # error "CRC_LE_BITS must be one of {1, 2, 4, 8, 32, 64}"
/external/e2fsprogs/e2fsck/
H A Dcrc32defs.h11 #ifndef CRC_LE_BITS
12 # define CRC_LE_BITS 8 macro
22 #if CRC_LE_BITS > 8 || CRC_LE_BITS < 1 || CRC_LE_BITS & CRC_LE_BITS-1
23 # error CRC_LE_BITS must be a power of 2 between 1 and 8

Completed in 454 milliseconds