Home
last modified time | relevance | path

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

/minix/common/dist/zlib/contrib/infback9/
H A Dinffix9.h101 static const code distfix[32] = { variable
H A Dinfback9.c59 code *next, *lenfix, *distfix; in makefixed9() local
77 distfix = next; in makefixed9()
107 printf("{%u,%u,%d}", distfix[low].op, distfix[low].bits, in makefixed9()
108 distfix[low].val); in makefixed9()
298 distcode = distfix;
/minix/common/dist/zlib/
H A Dinffixed.h89 static const code distfix[32] = { variable
H A Dinfback.c80 static code *lenfix, *distfix; local
102 distfix = next;
114 state->distcode = distfix;
H A Dinflate.c212 static code *lenfix, *distfix; local
234 distfix = next;
246 state->distcode = distfix;
/minix/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.c452 static const code distfix[32] = { in fixedtables() local
462 state->distcode = distfix; in fixedtables()