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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/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...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c3607 extern uInt inflate_mask[17];
3883 h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]);
3897 j += (uInt)b & inflate_mask[i];
4717 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
4755 c->len += (uInt)b & inflate_mask[j];
4764 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
4787 c->sub.copy.dist += (uInt)b & inflate_mask[j];
4860 uInt inflate_mask[17] = { variable
4996 ml = inflate_mask[bl];
4997 md = inflate_mask[b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c3607 extern uInt inflate_mask[17];
3882 h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]);
3896 j += (uInt)b & inflate_mask[i];
4714 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
4752 c->len += (uInt)b & inflate_mask[j];
4761 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
4784 c->sub.copy.dist += (uInt)b & inflate_mask[j];
4857 uInt inflate_mask[17] = { variable
4993 ml = inflate_mask[bl];
4994 md = inflate_mask[b
[all...]

Completed in 199 milliseconds