Home
last modified time | relevance | path

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

/external/zlib/src/contrib/infback9/
Dinfback9.c57 code *next, *lenfix, *distfix; in makefixed9() local
75 distfix = next; in makefixed9()
105 printf("{%u,%u,%d}", distfix[low].op, distfix[low].bits, in makefixed9()
106 distfix[low].val); in makefixed9()
294 distcode = distfix;
Dinffix9.h99 static const code distfix[32] = { variable
/external/python/cpython2/Modules/zlib/
Dinffixed.h87 static const code distfix[32] = { variable
Dinfback.c87 static code *lenfix, *distfix; local
109 distfix = next;
121 state->distcode = distfix;
Dinflate.c266 static code *lenfix, *distfix; local
288 distfix = next;
300 state->distcode = distfix;
/external/syslinux/com32/lib/zlib/
Dinffixed.h87 static const code distfix[32] = { variable
Dinfback.c78 static code *lenfix, *distfix; local
100 distfix = next;
112 state->distcode = distfix;
Dinflate.c245 static code *lenfix, *distfix; local
267 distfix = next;
279 state->distcode = distfix;
/external/zlib/src/
Dinffixed.h87 static const code distfix[32] = { variable
Dinfback.c87 static code *lenfix, *distfix; local
109 distfix = next;
121 state->distcode = distfix;
Dinflate.c266 static code *lenfix, *distfix; local
288 distfix = next;
300 state->distcode = distfix;
/external/pdfium/third_party/zlib_v128/
Dinffixed.h87 static const code distfix[32] = { variable
Dinfback.c87 static code *lenfix, *distfix; in fixedtables() local
109 distfix = next; in fixedtables()
121 state->distcode = distfix; in fixedtables()
Dinflate.c266 static code *lenfix, *distfix; in fixedtables() local
288 distfix = next; in fixedtables()
300 state->distcode = distfix; in fixedtables()