Searched refs:lenfix (Results 1 - 11 of 11) sorted by relevance

/external/chromium/third_party/zlib/
H A Dinffixed.h10 static const code lenfix[512] = { variable
H A Dinfback.c78 static code *lenfix, *distfix; local
93 lenfix = next;
110 state->lencode = lenfix;
H A Dinflate.c210 static code *lenfix, *distfix; local
225 lenfix = next;
242 state->lencode = lenfix;
285 printf(" static const code lenfix[%u] = {", size);
/external/qemu/distrib/zlib-1.2.3/
H A Dinffixed.h10 static const code lenfix[512] = { variable
H A Dinfback.c78 static code *lenfix, *distfix; local
93 lenfix = next;
110 state->lencode = lenfix;
H A Dinflate.c210 static code *lenfix, *distfix; local
225 lenfix = next;
242 state->lencode = lenfix;
285 printf(" static const code lenfix[%u] = {", size);
/external/zlib/contrib/infback9/
H A Dinffix9.h10 static const code lenfix[512] = { variable
H A Dinfback9.c57 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);
294 lencode = lenfix;
/external/zlib/
H A Dinffixed.h10 static const code lenfix[512] = { variable
H A Dinfback.c78 static code *lenfix, *distfix; local
93 lenfix = next;
110 state->lencode = lenfix;
H A Dinflate.c245 static code *lenfix, *distfix; local
260 lenfix = next;
277 state->lencode = lenfix;
320 printf(" static const code lenfix[%u] = {", size);

Completed in 24 milliseconds