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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dcrc32.c15 local void make_crc_table OF((void));
41 local void make_crc_table() function
65 * Table of CRC-32's of all single-byte values (made by make_crc_table)
129 if (crc_table_empty) make_crc_table();
149 make_crc_table();
H A Dzcrc32.c25 local void make_crc_table OF((void));
51 local void make_crc_table() function
75 * Table of CRC-32's of all single-byte values (made by make_crc_table)
139 if (crc_table_empty) make_crc_table();
159 make_crc_table();

Completed in 28 milliseconds