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

/external/e2fsprogs/e2fsck/
H A Dgen_crc32table.c19 #define BE_TABLE_SIZE (1 << CRC_BE_BITS) macro
22 static uint32_t crc32table_be[BE_TABLE_SIZE];
55 for (i = 1; i < BE_TABLE_SIZE; i <<= 1) {
96 output_table(crc32table_be, BE_TABLE_SIZE, "tobe");
/external/e2fsprogs/lib/ext2fs/
H A Dgen_crc32ctable.c14 #define BE_TABLE_SIZE (1 << CRC_BE_BITS) macro
16 #define BE_TABLE_SIZE 256 macro
60 for (i = 1; i < BE_TABLE_SIZE; i <<= 1) {
65 for (i = 0; i < BE_TABLE_SIZE; i++) {
119 output_table(crc32ctable_be, BE_TABLE_SIZE, 'b');

Completed in 105 milliseconds