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

  /src/common/dist/zlib/contrib/infback9/
inffix9.h 10 static const code lenfix[512] = { variable
infback9.c 52 code *next, *lenfix, *distfix; local
63 lenfix = next;
85 printf(" static const code lenfix[%u] = {", size);
89 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits,
90 lenfix[low].val);
282 lencode = lenfix;
  /src/common/dist/zlib/
inffixed.h 10 static const code lenfix[512] = { variable
infback.c 81 static code *lenfix, *distfix; local
96 lenfix = next;
113 state->lencode = lenfix;
inflate.c 257 static code *lenfix, *distfix; local
272 lenfix = next;
289 state->lencode = lenfix;
332 printf(" static const code lenfix[%u] = {", size);
  /src/external/cddl/osnet/dist/uts/common/zmod/
inffixed.h 12 static const code lenfix[512] = { variable
inflate.c 217 static code *lenfix, *distfix; local
232 lenfix = next;
249 state->lencode = lenfix;
292 printf(" static const code lenfix[%u] = {", size);
  /src/external/gpl3/binutils/dist/zlib/contrib/infback9/
inffix9.h 10 static const code lenfix[512] = { variable
infback9.c 52 code *next, *lenfix, *distfix; local
63 lenfix = next;
85 printf(" static const code lenfix[%u] = {", size);
89 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits,
90 lenfix[low].val);
282 lencode = lenfix;
  /src/external/gpl3/binutils/dist/zlib/
inffixed.h 10 static const code lenfix[512] = { variable
infback.c 79 static code *lenfix, *distfix; local
94 lenfix = next;
111 state->lencode = lenfix;
inflate.c 255 static code *lenfix, *distfix; local
270 lenfix = next;
287 state->lencode = lenfix;
330 printf(" static const code lenfix[%u] = {", size);
  /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
inffix9.h 10 static const code lenfix[512] = { variable
infback9.c 57 code *next, *lenfix, *distfix; local
68 lenfix = next;
90 printf(" static const code lenfix[%u] = {", size);
94 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits,
95 lenfix[low].val);
292 lencode = lenfix;
  /src/external/gpl3/binutils.old/dist/zlib/
inffixed.h 10 static const code lenfix[512] = { variable
infback.c 87 static code *lenfix, *distfix; local
102 lenfix = next;
119 state->lencode = lenfix;
inflate.c 284 static code *lenfix, *distfix; local
299 lenfix = next;
316 state->lencode = lenfix;
359 printf(" static const code lenfix[%u] = {", size);

Completed in 64 milliseconds