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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dopensolaris_crc32.c79 local volatile int crc_table_empty = 1; variable
153 crc_table_empty = 0;
157 while (crc_table_empty)
213 if (crc_table_empty)
232 if (crc_table_empty)
/freebsd-12-stable/sys/contrib/zlib/
H A Dcrc32.c56 local volatile int crc_table_empty = 1; variable
130 crc_table_empty = 0;
134 while (crc_table_empty)
191 if (crc_table_empty)
210 if (crc_table_empty)

Completed in 62 milliseconds