Lines Matching defs:extra
58 const unsigned short FAR *extra; /* extra bits table to use */
59 int end; /* use base and extra for symbol > end */
65 static const unsigned short lext[31] = { /* Length codes 257..285 extra */
72 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */
186 base = extra = work; /* dummy value--not used */
192 extra = lext;
193 extra -= 257;
198 extra = dext;
226 this.op = (unsigned char)(extra[work[sym]]);