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

  /external/e2fsprogs/e2fsck/
gen_crc32table.c 62 static void output_table(uint32_t table[], int len, const char *trans) function
88 output_table(crc32table_le, LE_TABLE_SIZE, "tole");
96 output_table(crc32table_be, BE_TABLE_SIZE, "tobe");
  /external/e2fsprogs/lib/ext2fs/
gen_crc32ctable.c 75 static void output_table(uint32_t table[8][256], int len, char trans) function
114 output_table(crc32ctable_le, LE_TABLE_SIZE, 'l');
119 output_table(crc32ctable_be, BE_TABLE_SIZE, 'b');

Completed in 459 milliseconds