Searched refs:virgin (Results 1 - 15 of 15) sorted by relevance
/third_party/zlib/contrib/blast/ |
H A D | blast.c | 291 static int virgin = 1; /* build tables once */ in decomp() local 316 if (virgin) { in decomp() 320 virgin = 0; in decomp()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | infback.c | 79 used for threaded applications, since the rewriting of the tables and virgin 86 static int virgin = 1; local 91 if (virgin) { 114 virgin = 0;
|
H A D | inflate.c | 277 used for threaded applications, since the rewriting of the tables and virgin 284 static int virgin = 1; local 289 if (virgin) { 312 virgin = 0;
|
/third_party/node/deps/zlib/ |
H A D | infback.c | 73 used for threaded applications, since the rewriting of the tables and virgin 78 static int virgin = 1; in fixedtables() local 83 if (virgin) { in fixedtables() 106 virgin = 0; in fixedtables()
|
H A D | inflate.c | 250 used for threaded applications, since the rewriting of the tables and virgin 255 static int virgin = 1; in fixedtables() local 260 if (virgin) { in fixedtables() 283 virgin = 0; in fixedtables()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | infback.c | 70 used for threaded applications, since the rewriting of the tables and virgin
77 static int virgin = 1;
local 82 if (virgin) {
105 virgin = 0;
|
H A D | inflate.c | 237 used for threaded applications, since the rewriting of the tables and virgin
244 static int virgin = 1;
local 249 if (virgin) {
272 virgin = 0;
|
/third_party/skia/third_party/externals/zlib/ |
H A D | infback.c | 79 used for threaded applications, since the rewriting of the tables and virgin 86 static int virgin = 1; local 91 if (virgin) { 114 virgin = 0;
|
H A D | inflate.c | 276 used for threaded applications, since the rewriting of the tables and virgin 283 static int virgin = 1; local 288 if (virgin) { 311 virgin = 0;
|
/third_party/zlib/contrib/puff/ |
H A D | puff.c | 538 static int virgin = 1; in fixed() local 544 if (virgin) { in fixed() 571 virgin = 0; in fixed()
|
/third_party/zlib/ |
H A D | infback.c | 73 used for threaded applications, since the rewriting of the tables and virgin 78 static int virgin = 1; in fixedtables() local 83 if (virgin) { in fixedtables() 106 virgin = 0; in fixedtables()
|
H A D | inflate.c | 255 used for threaded applications, since the rewriting of the tables and virgin 260 static int virgin = 1; in fixedtables() local 265 if (virgin) { in fixedtables() 288 virgin = 0; in fixedtables()
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | inflate.c | 278 used for threaded applications, since the rewriting of the tables and virgin 285 static int virgin = 1; local 290 if (virgin) { 313 virgin = 0;
|
/third_party/node/deps/zlib/contrib/optimizations/ |
H A D | inflate.c | 251 used for threaded applications, since the rewriting of the tables and virgin 256 static int virgin = 1; in fixedtables() local 261 if (virgin) { in fixedtables() 284 virgin = 0; in fixedtables()
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | inflate.c | 277 used for threaded applications, since the rewriting of the tables and virgin 284 static int virgin = 1; local 289 if (virgin) { 312 virgin = 0;
|
Completed in 19 milliseconds