HomeSort by relevance Sort by last modified time
    Searched refs:BE_TABLE_SIZE (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/e2fsck/
gen_crc32table.c 19 #define BE_TABLE_SIZE (1 << CRC_BE_BITS)
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/
gen_crc32ctable.c 14 #define BE_TABLE_SIZE (1 << CRC_BE_BITS)
16 #define BE_TABLE_SIZE 256
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 57 milliseconds