Home
last modified time | relevance | path

Searched refs:crc_table_empty (Results 1 – 3 of 3) 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)
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/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)