Searched refs:CRC_LE_BITS (Results 1 – 3 of 3) sorted by relevance
19 #ifndef CRC_LE_BITS20 # define CRC_LE_BITS 64 macro30 #if CRC_LE_BITS > 64 || CRC_LE_BITS < 1 || CRC_LE_BITS == 16 || \31 CRC_LE_BITS & CRC_LE_BITS-1
59 #if CRC_LE_BITS > 873 #if CRC_LE_BITS > 8 || CRC_BE_BITS > 8106 # 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()
7 #if CRC_LE_BITS > 88 # 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()