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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dinffast.c53 ml = inflate_mask[bl];
54 md = inflate_mask[bd];
76 c = t->base + ((uInt)b & inflate_mask[e]);
90 d = t->base + ((uInt)b & inflate_mask[e]);
136 e = (t += ((uInt)b & inflate_mask[e]))->exop;
151 if ((e = (t += ((uInt)b & inflate_mask[e]))->exop) == 0)
H A Dinfcodes.c124 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
162 c->len += (uInt)b & inflate_mask[j];
171 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
194 c->sub.copy.dist += (uInt)b & inflate_mask[j];
H A Dinfutil.c16 uInt inflate_mask[17] = { variable
H A Dinfutil.h89 extern uInt inflate_mask[17];
H A Dzconf.h270 # pragma map(inflate_mask,"INMA")
H A Dinfblock.c272 h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]);
286 j += (uInt)b & inflate_mask[i];

Completed in 36 milliseconds