Searched refs:crc_table_empty (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/zlib-1.2.3/
H A Dcrc32.c74 local volatile int crc_table_empty = 1; variable
148 crc_table_empty = 0;
152 while (crc_table_empty)
208 if (crc_table_empty)
227 if (crc_table_empty)
/external/chromium_org/third_party/zlib/
H A Dcrc32.c76 local volatile int crc_table_empty = 1; variable
150 crc_table_empty = 0;
154 while (crc_table_empty)
210 if (crc_table_empty)
229 if (crc_table_empty)
/external/zlib/src/
H A Dcrc32.c58 local volatile int crc_table_empty = 1; variable
132 crc_table_empty = 0;
136 while (crc_table_empty)
193 if (crc_table_empty)
212 if (crc_table_empty)

Completed in 142 milliseconds