Searched refs:BE_TABLE_SIZE (Results 1 – 1 of 1) sorted by relevance
8 #define BE_TABLE_SIZE (1 << CRC_BE_BITS) macro11 static u_int32_t crc32table_be[BE_TABLE_SIZE];44 for (i = 1; i < BE_TABLE_SIZE; i <<= 1) { in crc32init_be()77 output_table(crc32table_be, BE_TABLE_SIZE, "tobe"); in main()