Home
last modified time | relevance | path

Searched refs:CRC_BE_BITS (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
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
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) in output_table()
108 printf(" * CRC_BE_BITS = %d\n", CRC_BE_BITS); in main()
117 if (CRC_BE_BITS > 1) { in main()
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 in ext2fs_crc32c_be()
429 # elif CRC_BE_BITS == 2 in ext2fs_crc32c_be()
437 # elif CRC_BE_BITS == 4 in ext2fs_crc32c_be()
443 # elif CRC_BE_BITS == 8 in ext2fs_crc32c_be()
/external/e2fsprogs/e2fsck/
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
Dgen_crc32table.c19 #define BE_TABLE_SIZE (1 << CRC_BE_BITS)
93 if (CRC_BE_BITS > 1) { in main()
Dcrc32.c163 #if CRC_BE_BITS == 1
185 # if CRC_BE_BITS == 8 in crc32_be()
231 # elif CRC_BE_BITS == 4 in crc32_be()
238 # elif CRC_BE_BITS == 2 in crc32_be()