Home
last modified time | relevance | path

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

/external/python/cpython2/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/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/u-boot/lib/
Dcrc32.c31 local int crc_table_empty = 1; variable
79 crc_table_empty = 0; in make_crc_table()
161 if (crc_table_empty) make_crc_table();
185 if (crc_table_empty) in crc32_no_comp()