Home
last modified time | relevance | path

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

/external/zlib/src/
Dcrc32.c56 local volatile int crc_table_empty = 1; variable
130 crc_table_empty = 0; in make_crc_table()
134 while (crc_table_empty) in make_crc_table()
191 if (crc_table_empty) in get_crc_table()
210 if (crc_table_empty)
/external/python/cpython3/Modules/zlib/
Dcrc32.c56 local volatile int crc_table_empty = 1; variable
130 crc_table_empty = 0; in make_crc_table()
134 while (crc_table_empty) in make_crc_table()
191 if (crc_table_empty) in get_crc_table()
210 if (crc_table_empty)
/external/syslinux/com32/lib/zlib/
Dcrc32.c76 local volatile int crc_table_empty = 1; variable
150 crc_table_empty = 0; in make_crc_table()
154 while (crc_table_empty) in make_crc_table()
210 if (crc_table_empty) in get_crc_table()
229 if (crc_table_empty)
/external/python/cpython2/Modules/zlib/
Dcrc32.c58 local volatile int crc_table_empty = 1; variable
132 crc_table_empty = 0; in make_crc_table()
136 while (crc_table_empty) in make_crc_table()
193 if (crc_table_empty) in get_crc_table()
212 if (crc_table_empty)