Home
last modified time | relevance | path

Searched refs:BE_TABLE_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/lib/
Dgen_crc32table.c8 #define BE_TABLE_SIZE (1 << CRC_BE_BITS) macro
11 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()