Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dcrc32c_defs.h22 #ifndef CRC_BE_BITS
23 # define CRC_BE_BITS 64 macro
39 #if CRC_BE_BITS > 64 || CRC_BE_BITS < 1 || CRC_BE_BITS == 16 || \
40 CRC_BE_BITS & CRC_BE_BITS-1
Dgen_crc32ctable.c15 #if CRC_BE_BITS > 8
16 # define BE_TABLE_ROWS (CRC_BE_BITS/8)
20 # define BE_TABLE_SIZE (1 << CRC_BE_BITS)
97 if (CRC_BE_BITS > 1) { in main()
Dcrc32c.c65 #if CRC_BE_BITS > 8
73 #if CRC_LE_BITS > 8 || CRC_BE_BITS > 8
202 #if CRC_BE_BITS == 1 in crc32_be_generic()
211 # elif CRC_BE_BITS == 2 in crc32_be_generic()
219 # elif CRC_BE_BITS == 4 in crc32_be_generic()
225 # elif CRC_BE_BITS == 8 in crc32_be_generic()