Searched defs:crc_table_empty (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dcrc32.c13 local int crc_table_empty = 1; variable
61 crc_table_empty = 0;
129 if (crc_table_empty) make_crc_table();
148 if (crc_table_empty)
H A Dzcrc32.c23 local int crc_table_empty = 1; variable
71 crc_table_empty = 0;
139 if (crc_table_empty) make_crc_table();
158 if (crc_table_empty)

Completed in 119 milliseconds