Searched refs:CRC_BE_BITS (Results 1 – 5 of 5) sorted by relevance
14 #ifndef CRC_BE_BITS15 # define CRC_BE_BITS 8 macro30 #if CRC_BE_BITS > 8 || CRC_BE_BITS < 1 || CRC_BE_BITS & CRC_BE_BITS-131 # error CRC_BE_BITS must be a power of 2 between 1 and 8
160 #if CRC_BE_BITS == 1182 # if CRC_BE_BITS == 8 in crc32_be()228 # elif CRC_BE_BITS == 4 in crc32_be()235 # elif CRC_BE_BITS == 2 in crc32_be()
22 #ifndef CRC_BE_BITS23 # define CRC_BE_BITS 64 macro39 #if CRC_BE_BITS > 64 || CRC_BE_BITS < 1 || CRC_BE_BITS == 16 || \40 CRC_BE_BITS & CRC_BE_BITS-1
15 #if CRC_BE_BITS > 816 # 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()
65 #if CRC_BE_BITS > 873 #if CRC_LE_BITS > 8 || CRC_BE_BITS > 8202 #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()