Lines Matching refs:extra
56 const unsigned short FAR *extra; /* extra bits table to use */
57 int end; /* use base and extra for symbol > end */
64 static const unsigned short lext[31] = { /* Length codes 257..285 extra */
72 static const unsigned short dext[32] = { /* Distance codes 0..31 extra */
177 base = extra = work; /* dummy value--not used */
183 extra = lext;
184 extra -= 257;
189 extra = dext;
218 this.op = (unsigned char)(extra[work[sym]]);