Lines Matching defs:work
14 whose indices are 0..2^bits-1. work is a writable array of at least
15 lens shorts, which is used as a work area. type is the type of code
24 code **table, unsigned *bits, unsigned short *work)
82 table. The sorted table is work[], with that space being provided by
133 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
170 base = extra = work; /* dummy value--not used */
205 if ((int)(work[sym]) < end) {
207 this.val = work[sym];
209 else if ((int)(work[sym]) > end) {
210 this.op = (unsigned char)(extra[work[sym]]);
211 this.val = base[work[sym]];
242 len = lens[work[sym]];