Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dcrc32.c74 local volatile int crc_table_empty = 1; variable
148 crc_table_empty = 0; in make_crc_table()
152 while (crc_table_empty) in make_crc_table()
208 if (crc_table_empty) in get_crc_table()
227 if (crc_table_empty)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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)