Lines Matching defs:work
23 whose indices are 0..2^bits-1. work is a writable array of at least
24 lens shorts, which is used as a work area. type is the type of code
35 code FAR * FAR *table, unsigned FAR *bits, unsigned short FAR *work)
37 int inflate_table(type, lens, codes, table, bits, work)
43 unsigned short FAR *work;
102 table. The sorted table is work[], with that space being provided by
153 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
190 base = extra = work; /* dummy value--not used */
225 if ((int)(work[sym]) < end) {
227 this.val = work[sym];
229 else if ((int)(work[sym]) > end) {
230 this.op = (unsigned char)(extra[work[sym]]);
231 this.val = base[work[sym]];
262 len = lens[work[sym]];