Lines Matching refs: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
34 unsigned short FAR *work) {
93 table. The sorted table is work[], with that space being provided by
136 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
172 base = extra = work; /* dummy value--not used */
208 if ((int)(work[sym]) < end) {
210 this.val = work[sym];
212 else if ((int)(work[sym]) > end) {
213 this.op = (unsigned char)(extra[work[sym]]);
214 this.val = base[work[sym]];
244 len = lens[work[sym]];