Searched refs:CRC_BE_BITS (Results 1 – 3 of 3) sorted by relevance
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()