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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A 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)
32 for (i = 0; i < LE_TABLE_SIZE; i++) {
87 output_table(crc32table_le, LE_TABLE_SIZE, "tole");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A 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)
32 for (i = 0; i < LE_TABLE_SIZE; i++) {
87 output_table(crc32table_le, LE_TABLE_SIZE, "tole");

Completed in 83 milliseconds