Searched refs:CRC_BE_BITS (Results 1 – 6 of 6) sorted by relevance
14 #ifndef CRC_BE_BITS15 # define CRC_BE_BITS 64 macro31 #if CRC_BE_BITS > 64 || CRC_BE_BITS < 1 || CRC_BE_BITS == 16 || \32 CRC_BE_BITS & CRC_BE_BITS-1
13 #if CRC_BE_BITS <= 814 #define BE_TABLE_SIZE (1 << CRC_BE_BITS)94 if ((j+1)*8 >= CRC_BE_BITS) in output_table()108 printf(" * CRC_BE_BITS = %d\n", CRC_BE_BITS); in main()117 if (CRC_BE_BITS > 1) { in main()
65 #if CRC_BE_BITS > 8144 #if CRC_BE_BITS == 32291 #if CRC_BE_BITS == 64421 #if CRC_BE_BITS == 1 in ext2fs_crc32c_be()429 # elif CRC_BE_BITS == 2 in ext2fs_crc32c_be()437 # elif CRC_BE_BITS == 4 in ext2fs_crc32c_be()443 # elif CRC_BE_BITS == 8 in ext2fs_crc32c_be()
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
19 #define BE_TABLE_SIZE (1 << CRC_BE_BITS)93 if (CRC_BE_BITS > 1) { in main()
163 #if CRC_BE_BITS == 1185 # if CRC_BE_BITS == 8 in crc32_be()231 # elif CRC_BE_BITS == 4 in crc32_be()238 # elif CRC_BE_BITS == 2 in crc32_be()