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

  /src/common/dist/zlib/contrib/infback9/
inffix9.h 99 static const code distfix[32] = { variable
infback9.c 52 code *next, *lenfix, *distfix; local
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
infback.c 81 static code *lenfix, *distfix; local
103 distfix = next;
115 state->distcode = distfix;
inflate.c 257 static code *lenfix, *distfix; local
279 distfix = next;
291 state->distcode = distfix;
343 printf("\n static const code distfix[%u] = {", size);
  /src/external/cddl/osnet/dist/uts/common/zmod/
inffixed.h 89 static const code distfix[32] = { variable
inflate.c 217 static code *lenfix, *distfix; local
239 distfix = next;
251 state->distcode = distfix;
303 printf("\n static const code distfix[%u] = {", size);
  /src/external/gpl3/binutils/dist/zlib/contrib/infback9/
inffix9.h 99 static const code distfix[32] = { variable
infback9.c 52 code *next, *lenfix, *distfix; local
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/external/gpl3/binutils/dist/zlib/
inffixed.h 87 static const code distfix[32] = { variable
infback.c 79 static code *lenfix, *distfix; local
101 distfix = next;
113 state->distcode = distfix;
inflate.c 255 static code *lenfix, *distfix; local
277 distfix = next;
289 state->distcode = distfix;
341 printf("\n static const code distfix[%u] = {", size);
  /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
inffix9.h 99 static const code distfix[32] = { variable
infback9.c 57 code *next, *lenfix, *distfix; local
75 distfix = next;
101 printf("\n static const code distfix[%u] = {", size);
105 printf("{%u,%u,%d}", distfix[low].op, distfix[low].bits,
106 distfix[low].val);
294 distcode = distfix;
  /src/external/gpl3/binutils.old/dist/zlib/
inffixed.h 87 static const code distfix[32] = { variable
infback.c 87 static code *lenfix, *distfix; local
109 distfix = next;
121 state->distcode = distfix;
inflate.c 284 static code *lenfix, *distfix; local
306 distfix = next;
318 state->distcode = distfix;
370 printf("\n static const code distfix[%u] = {", size);

Completed in 44 milliseconds