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

  /external/qemu/distrib/zlib-1.2.3/
crc32.c 76 local void make_crc_table OF((void));
106 local void make_crc_table() function
197 * Tables of CRC-32s of all single-byte values, made by make_crc_table().
209 make_crc_table();
228 make_crc_table();
  /external/zlib/src/
crc32.c 60 local void make_crc_table OF((void));
90 local void make_crc_table() function
182 * Tables of CRC-32s of all single-byte values, made by make_crc_table().
194 make_crc_table();
213 make_crc_table();

Completed in 162 milliseconds