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

/external/chromium_org/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.c245 static code *lenfix, *distfix; local
260 lenfix = next;
277 state->lencode = lenfix;
320 printf(" static const code lenfix[%u] = {", size);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinffixed.h10 static const code lenfix[512] = { variable
H A Dfx_zlib_infback.c87 static code *lenfix, *distfix; local
102 lenfix = next;
119 state->lencode = lenfix;
H A Dfx_zlib_inflate.c266 static code *lenfix, *distfix; local
281 lenfix = next;
298 state->lencode = lenfix;
341 printf(" static const code lenfix[%u] = {", size);
/external/qemu/distrib/zlib-1.2.8/
H A Dinffixed.h10 static const code lenfix[512] = { variable
H A Dinfback.c87 static code *lenfix, *distfix; local
102 lenfix = next;
119 state->lencode = lenfix;
H A Dinflate.c266 static code *lenfix, *distfix; local
281 lenfix = next;
298 state->lencode = lenfix;
341 printf(" static const code lenfix[%u] = {", size);
/external/zlib/src/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);
292 lencode = lenfix;
/external/zlib/src/
H A Dinffixed.h10 static const code lenfix[512] = { variable
H A Dinfback.c87 static code *lenfix, *distfix; local
102 lenfix = next;
119 state->lencode = lenfix;
H A Dinflate.c266 static code *lenfix, *distfix; local
281 lenfix = next;
298 state->lencode = lenfix;
341 printf(" static const code lenfix[%u] = {", size);

Completed in 204 milliseconds