Home | History | Annotate | Download | only in infback9

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 */
68 static const unsigned short dbase[32] = { /* Distance codes 0..31 base */
177 base = extra = work; /* dummy value--not used */
181 base = lbase;
182 base -= 257;
188 base = dbase;
219 this.val = base[work[sym]];