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

/external/qemu/distrib/zlib-1.2.3/
H A Dcrc32.c76 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/
H A Dcrc32.c82 local void make_crc_table OF((void));
112 local void make_crc_table() function
204 * Tables of CRC-32s of all single-byte values, made by make_crc_table().
216 make_crc_table();
235 make_crc_table();

Completed in 40 milliseconds