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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dmaketree.c25 #define exop word.what.Exop macro
36 e = t[i].exop;
44 printf(" {{{%u,%u}},%u}", t[i].exop, t[i].bits, t[i].base);
H A Dinffast.c16 #define exop word.what.Exop macro
60 if ((e = (t = tl + ((uInt)b & ml))->exop) == 0)
82 e = (t = td + ((uInt)b & md))->exop;
136 e = (t += ((uInt)b & inflate_mask[e]))->exop;
151 if ((e = (t += ((uInt)b & inflate_mask[e]))->exop) == 0)
H A Dinftrees.c25 #define exop word.what.Exop macro
243 r.exop = (Byte)j; /* bits in this table */
255 r.exop = 128 + 64; /* out of values--invalid code */
258 r.exop = (Byte)(*p < 256 ? 0 : 32 + 64); /* 256 is end-of-block */
263 r.exop = (Byte)(e[*p - s] + 16 + 64);/* non-simple--look up in lists */
H A Dinfcodes.c14 #define exop word.what.Exop macro
126 e = (uInt)(t->exop);
173 e = (uInt)(t->exop);
H A Dinfblock.c15 #define exop word.what.Exop macro

Completed in 14 milliseconds