Home
last modified time | relevance | path

Searched refs:distfix (Results 1 – 10 of 10) 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.c283 static code *lenfix, *distfix; local
305 distfix = next;
317 state->distcode = distfix;
/external/u-boot/lib/zlib/
Dinffixed.h87 static const code distfix[32] = { variable
Dinflate.c82 state->distcode = distfix; in fixedtables()
/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.c283 static code *lenfix, *distfix; local
305 distfix = next;
317 state->distcode = distfix;