Home | History | Annotate | Download | only in zlib-1.2.3

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
32 int inflate_table(type, lens, codes, table, bits, work)
38 unsigned short FAR *work;
96 table. The sorted table is work[], with that space being provided by
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
184 base = extra = work; /* dummy value--not used */
219 if ((int)(work[sym]) < end) {
221 this.val = work[sym];
223 else if ((int)(work[sym]) > end) {
224 this.op = (unsigned char)(extra[work[sym]]);
225 this.val = base[work[sym]];
256 len = lens[work[sym]];