Lines Matching defs:base
55 const unsigned short FAR *base; /* base value table to use */
57 int end; /* use base and extra for symbol > end */
60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */
66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */
184 base = extra = work; /* dummy value--not used */
188 base = lbase;
189 base -= 257;
195 base = dbase;
225 this.val = base[work[sym]];