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

  /src/common/dist/zlib/contrib/infback9/
inffix9.h 99 static const code distfix[32] = { variable in typeref:typename:const code[32]
infback9.c 52 code *next, *lenfix, *distfix; local in function:makefixed9
70 distfix = next;
96 printf("\n static const code distfix[%u] = {", size);
100 printf("{%u,%u,%d}", distfix[low].op, distfix[low].bits,
101 distfix[low].val);
284 distcode = distfix;
  /src/common/dist/zlib/
inffixed.h 87 static const code distfix[32] = { variable in typeref:typename:const code[32]
infback.c 81 static code *lenfix, *distfix; local in function:fixedtables
103 distfix = next;
115 state->distcode = distfix;
inflate.c 257 static code *lenfix, *distfix; local in function:fixedtables
279 distfix = next;
291 state->distcode = distfix;
343 printf("\n static const code distfix[%u] = {", size);

Completed in 15 milliseconds