Home
last modified time | relevance | path

Searched refs:dcode (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Dinffast.c68 code const FAR *dcode; /* local strm->distcode */ in inflate_fast() local
95 dcode = state->distcode; in inflate_fast()
139 here = dcode + (hold & dmask); in inflate_fast()
265 here = dcode + here->val + (hold & ((1U << op) - 1)); in inflate_fast()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2430 int dcode; local
2431 for (dcode = 0; dcode < D_CODES; dcode++) {
2432 out_length += (ulg)s->dyn_dtree[dcode].Freq *
2433 (5L+extra_dbits[dcode]);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3331 int dcode; local
3332 for (dcode = 0; dcode < D_CODES; dcode++) {
3333 out_length += (ulg)s->dyn_dtree[dcode].Freq *
3334 (5L+extra_dbits[dcode]);
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c2084 code const FAR *dcode; /* local strm->distcode */ local
2111 dcode = state->distcode;
2155 this = dcode[hold & dmask];
2259 this = dcode[this.val + (hold & ((((unsigned int)1) << op) - 1))];