Lines Matching defs:exop
3789 Byte Exop; /* number of extra bits or operation */
3971 #define exop word.what.Exop
4447 #define exop word.what.Exop
4666 r.exop = (Byte)j; /* bits in this table */
4678 r.exop = 128 + 64; /* out of values--invalid code */
4681 r.exop = (Byte)(*p < 256 ? 0 : 32 + 64); /* 256 is end-of-block */
4686 r.exop = (Byte)(e[*p - s] + 16 + 64);/* non-simple--look up in lists */
5070 #define exop word.what.Exop
5177 e = (uInt)(t->exop);
5225 e = (uInt)(t->exop);
5419 #define exop word.what.Exop
5462 if ((e = (t = tl + ((uInt)b & ml))->exop) == 0)
5484 e = (t = td + ((uInt)b & md))->exop;
5538 e = (t += ((uInt)b & inflate_mask[e]))->exop;
5553 if ((e = (t += ((uInt)b & inflate_mask[e]))->exop) == 0)