Searched refs:CRC_LE_BITS (Results 1 - 6 of 6) 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}"
H A Dgen_crc32ctable.c7 #if CRC_LE_BITS <= 8
8 #define LE_TABLE_SIZE (1 << CRC_LE_BITS)
91 if ((j+1)*8 >= CRC_LE_BITS)
107 printf(" * CRC_LE_BITS = %d\n", CRC_LE_BITS);
112 if (CRC_LE_BITS > 1) {
H A Dcrc32c.c59 #if CRC_LE_BITS > 8
73 #if CRC_LE_BITS == 32
210 #if CRC_LE_BITS == 64
380 #if CRC_LE_BITS == 1
387 # elif CRC_LE_BITS == 2
395 # elif CRC_LE_BITS == 4
401 # elif CRC_LE_BITS == 8
/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
H A Dgen_crc32table.c18 #define LE_TABLE_SIZE (1 << CRC_LE_BITS)
38 for (i = 1 << (CRC_LE_BITS - 1); i; i >>= 1) {
85 if (CRC_LE_BITS > 1) {
H A Dcrc32.c45 #if CRC_LE_BITS == 8
65 #if CRC_LE_BITS == 1
85 # if CRC_LE_BITS == 8
132 # elif CRC_LE_BITS == 4
139 # elif CRC_LE_BITS == 2

Completed in 1275 milliseconds