Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dcrc32c_defs.h19 #ifndef CRC_LE_BITS
20 # define CRC_LE_BITS 64 macro
30 #if CRC_LE_BITS > 64 || CRC_LE_BITS < 1 || CRC_LE_BITS == 16 || \
31 CRC_LE_BITS & CRC_LE_BITS-1
Dcrc32c.c59 #if CRC_LE_BITS > 8
73 #if CRC_LE_BITS > 8 || CRC_BE_BITS > 8
106 # if CRC_LE_BITS == 32 in crc32_body()
117 # if CRC_LE_BITS == 32 in crc32_body()
151 #if CRC_LE_BITS == 1 in crc32_le_generic()
158 # elif CRC_LE_BITS == 2 in crc32_le_generic()
166 # elif CRC_LE_BITS == 4 in crc32_le_generic()
172 # elif CRC_LE_BITS == 8 in crc32_le_generic()
Dgen_crc32ctable.c7 #if CRC_LE_BITS > 8
8 # define LE_TABLE_ROWS (CRC_LE_BITS/8)
12 # define LE_TABLE_SIZE (1 << CRC_LE_BITS)
106 if (CRC_LE_BITS > 1) { in main()