HomeSort by: relevance | last modified time | path
    Searched defs:virgin (Results 1 - 4 of 4) sorted by relevancy

  /src/common/dist/zlib/
infback.c 75 used for threaded applications, since the rewriting of the tables and virgin
80 static int virgin = 1; local in function:fixedtables
85 if (virgin) {
108 virgin = 0;
inflate.c 251 used for threaded applications, since the rewriting of the tables and virgin
256 static int virgin = 1; local in function:fixedtables
261 if (virgin) {
284 virgin = 0;
  /src/common/dist/zlib/contrib/blast/
blast.c 291 static int virgin = 1; /* build tables once */ local in function:decomp
316 if (virgin) {
320 virgin = 0;
  /src/common/dist/zlib/contrib/puff/
puff.c 538 static int virgin = 1; local in function:fixed
544 if (virgin) {
571 virgin = 0;

Completed in 13 milliseconds