Searched refs:CRC_BE_BITS (Results 1 - 6 of 6) 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}"
H A Dgen_crc32ctable.c13 #if CRC_BE_BITS <= 8
14 #define BE_TABLE_SIZE (1 << CRC_BE_BITS)
94 if ((j+1)*8 >= CRC_BE_BITS)
108 printf(" * CRC_BE_BITS = %d\n", CRC_BE_BITS);
117 if (CRC_BE_BITS > 1) {
H A Dcrc32c.c65 #if CRC_BE_BITS > 8
144 #if CRC_BE_BITS == 32
291 #if CRC_BE_BITS == 64
421 #if CRC_BE_BITS == 1
429 # elif CRC_BE_BITS == 2
437 # elif CRC_BE_BITS == 4
443 # elif CRC_BE_BITS == 8
/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
H A Dgen_crc32table.c19 #define BE_TABLE_SIZE (1 << CRC_BE_BITS)
93 if (CRC_BE_BITS > 1) {
H A Dcrc32.c163 #if CRC_BE_BITS == 1
185 # if CRC_BE_BITS == 8
231 # elif CRC_BE_BITS == 4
238 # elif CRC_BE_BITS == 2

Completed in 5330 milliseconds