Searched refs:BE_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance
14 #define BE_TABLE_SIZE (1 << CRC_BE_BITS) macro16 #define BE_TABLE_SIZE 256 macro60 for (i = 1; i < BE_TABLE_SIZE; i <<= 1) { in crc32cinit_be()65 for (i = 0; i < BE_TABLE_SIZE; i++) { in crc32cinit_be()119 output_table(crc32ctable_be, BE_TABLE_SIZE, 'b'); in main()
19 #define BE_TABLE_SIZE (1 << CRC_BE_BITS) macro22 static uint32_t crc32table_be[BE_TABLE_SIZE];55 for (i = 1; i < BE_TABLE_SIZE; i <<= 1) { in crc32init_be()96 output_table(crc32table_be, BE_TABLE_SIZE, "tobe"); in main()