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

/external/chromium_org/third_party/zlib/
H A Dinffixed.h87 static const code distfix[32] = { variable
H A Dinfback.c78 static code *lenfix, *distfix; local
100 distfix = next;
112 state->distcode = distfix;
H A Dinflate.c245 static code *lenfix, *distfix; local
267 distfix = next;
279 state->distcode = distfix;
331 printf("\n static const code distfix[%u] = {", size);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinffixed.h87 static const code distfix[32] = { variable
H A Dfx_zlib_infback.c87 static code *lenfix, *distfix; local
109 distfix = next;
121 state->distcode = distfix;
H A Dfx_zlib_inflate.c266 static code *lenfix, *distfix; local
288 distfix = next;
300 state->distcode = distfix;
352 printf("\n static const code distfix[%u] = {", size);
/external/qemu/distrib/zlib-1.2.8/
H A Dinffixed.h87 static const code distfix[32] = { variable
H A Dinfback.c87 static code *lenfix, *distfix; local
109 distfix = next;
121 state->distcode = distfix;
H A Dinflate.c266 static code *lenfix, *distfix; local
288 distfix = next;
300 state->distcode = distfix;
352 printf("\n static const code distfix[%u] = {", size);
/external/zlib/src/contrib/infback9/
H A Dinffix9.h99 static const code distfix[32] = { variable
H A Dinfback9.c57 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;
/external/zlib/src/
H A Dinffixed.h87 static const code distfix[32] = { variable
H A Dinfback.c87 static code *lenfix, *distfix; local
109 distfix = next;
121 state->distcode = distfix;
H A Dinflate.c266 static code *lenfix, *distfix; local
288 distfix = next;
300 state->distcode = distfix;
352 printf("\n static const code distfix[%u] = {", size);

Completed in 185 milliseconds