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

/freebsd-11-stable/sys/libkern/
H A Dzlib.c3616 extern uInt inflate_mask[17];
3892 h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]);
3906 j += (uInt)b & inflate_mask[i];
4730 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
4768 c->len += (uInt)b & inflate_mask[j];
4777 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
4800 c->sub.copy.dist += (uInt)b & inflate_mask[j];
4873 uInt inflate_mask[17] = { variable
5009 ml = inflate_mask[bl];
5010 md = inflate_mask[b
[all...]

Completed in 59 milliseconds