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

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3120 local uInt inflate_mask[] = { variable
3411 h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]);
3425 j += (uInt)b & inflate_mask[i];
4186 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
4224 c->len += (uInt)b & inflate_mask[j];
4233 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
4256 c->sub.copy.dist += (uInt)b & inflate_mask[j];
4433 ml = inflate_mask[bl];
4434 md = inflate_mask[bd];
4456 c = t->base + ((uInt)b & inflate_mask[
[all...]

Completed in 25 milliseconds