Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/zlib/
H A Dz_crc32.c102 local volatile int crc_table_empty = 1; variable
177 crc_table_empty = 0; in make_crc_table()
181 while (crc_table_empty) in make_crc_table()
237 if (crc_table_empty) in get_crc_table()
254 if (crc_table_empty) in z_crc32()