Searched refs:BE_TABLE_SIZE (Results 1 – 1 of 1) sorted by relevance
8 #define BE_TABLE_SIZE (1 << CRC_BE_BITS) macro11 static uint32_t crc32table_be[4][BE_TABLE_SIZE];51 for (i = 1; i < BE_TABLE_SIZE; i <<= 1) { in crc32init_be()56 for (i = 0; i < BE_TABLE_SIZE; i++) { in crc32init_be()94 output_table(crc32table_be, BE_TABLE_SIZE, "tobe"); in main()