Home
last modified time | relevance | path

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

/linux-2.6.39/lib/
Dgen_crc32table.c7 #define LE_TABLE_SIZE (1 << CRC_LE_BITS) macro
10 static uint32_t crc32table_le[4][LE_TABLE_SIZE];
29 for (j = 0; j < LE_TABLE_SIZE; j += 2 * i) in crc32init_le()
32 for (i = 0; i < LE_TABLE_SIZE; i++) { in crc32init_le()
87 output_table(crc32table_le, LE_TABLE_SIZE, "tole"); in main()