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

/freebsd-9.3-release/sys/net/
H A Dzlib.c3609 extern uInt inflate_mask[17];
3885 h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]);
3899 j += (uInt)b & inflate_mask[i];
4723 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
4761 c->len += (uInt)b & inflate_mask[j];
4770 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
4793 c->sub.copy.dist += (uInt)b & inflate_mask[j];
4866 uInt inflate_mask[17] = { variable
5002 ml = inflate_mask[bl];
5003 md = inflate_mask[b
[all...]

Completed in 73 milliseconds