Home
last modified time | relevance | path

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

/third_party/libwebsockets/win32port/zlib/
H A 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)
/third_party/node/deps/v8/third_party/zlib/
H A Dcrc32.c62 local volatile int crc_table_empty = 1; variable
136 crc_table_empty = 0; in make_crc_table()
140 while (crc_table_empty) in make_crc_table()
197 if (crc_table_empty) in get_crc_table()
248 if (crc_table_empty)
/third_party/skia/third_party/externals/zlib/
H A Dcrc32.c62 local volatile int crc_table_empty = 1; variable
136 crc_table_empty = 0; in make_crc_table()
140 while (crc_table_empty) in make_crc_table()
197 if (crc_table_empty) in get_crc_table()
248 if (crc_table_empty)

Completed in 3 milliseconds