Lines Matching defs:base
41 const unsigned short *base; /* base value table to use */
43 int end; /* use base and extra for symbol > end */
46 static const unsigned short lbase[31] = { /* Length codes 257..285 base */
52 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */
170 base = extra = work; /* dummy value--not used */
174 base = lbase;
175 base -= 257;
181 base = dbase;
211 this.val = base[work[sym]];