Searched refs:CRC_LE_BITS (Results 1 – 5 of 5) sorted by relevance
11 #ifndef CRC_LE_BITS12 # define CRC_LE_BITS 8 macro22 #if CRC_LE_BITS > 8 || CRC_LE_BITS < 1 || CRC_LE_BITS & CRC_LE_BITS-123 # error CRC_LE_BITS must be a power of 2 between 1 and 8
39 #define CRC_LE_BITS 8 macro41 #if CRC_LE_BITS == 863 #if CRC_LE_BITS == 183 # if CRC_LE_BITS == 8 in crc32_le()130 # elif CRC_LE_BITS == 4 in crc32_le()137 # elif CRC_LE_BITS == 2 in crc32_le()
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()