Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dgen_crc32ctable.c9 # define LE_TABLE_SIZE 256 macro
12 # define LE_TABLE_SIZE (1 << CRC_LE_BITS) macro
40 for (i = LE_TABLE_SIZE >> 1; i; i >>= 1) { in crc32cinit_le()
42 for (j = 0; j < LE_TABLE_SIZE; j += 2 * i) in crc32cinit_le()
45 for (i = 0; i < LE_TABLE_SIZE; i++) { in crc32cinit_le()
110 LE_TABLE_ROWS, LE_TABLE_SIZE); in main()
112 LE_TABLE_SIZE, "tole"); in main()