Lines Matching refs:base
63 Tracevv((stderr, t->base >= 0x20 && t->base < 0x7f ?
65 "inflate: * literal 0x%02x\n", t->base));
66 *q++ = (Byte)t->base;
76 c = t->base + ((uInt)b & inflate_mask[e]);
80 /* decode distance base of block to copy */
87 /* get extra bits to add to distance base */
90 d = t->base + ((uInt)b & inflate_mask[e]);
135 t += t->base;
150 t += t->base;
154 Tracevv((stderr, t->base >= 0x20 && t->base < 0x7f ?
156 "inflate: * literal 0x%02x\n", t->base));
157 *q++ = (Byte)t->base;