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 */
183 base = extra = work; /* dummy value--not used */
187 base = lbase;
188 base -= 257;
194 base = dbase;
225 here.val = base[work[sym]];