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

/barrelfish-master/lib/zlib/
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)

Completed in 29 milliseconds