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

/external/e2fsprogs/e2fsck/
H A Dgen_crc32table.c18 #define LE_TABLE_SIZE (1 << CRC_LE_BITS) macro
21 static uint32_t crc32table_le[LE_TABLE_SIZE];
40 for (j = 0; j < LE_TABLE_SIZE; j += 2 * i)
88 output_table(crc32table_le, LE_TABLE_SIZE, "tole");
/external/e2fsprogs/lib/ext2fs/
H A Dgen_crc32ctable.c8 #define LE_TABLE_SIZE (1 << CRC_LE_BITS) macro
10 #define LE_TABLE_SIZE 256 macro
36 for (i = LE_TABLE_SIZE >> 1; i; i >>= 1) {
38 for (j = 0; j < LE_TABLE_SIZE; j += 2 * i)
41 for (i = 0; i < LE_TABLE_SIZE; i++) {
114 output_table(crc32ctable_le, LE_TABLE_SIZE, 'l');

Completed in 1503 milliseconds