Lines Matching defs:work
882 * protected from concurrent access. This hack doesn't work anyway on
1674 unsigned short work[288]; /* work area for code table building */
1696 whose indices are 0..2^bits-1. work is a writable array of at least
1697 lens shorts, which is used as a work area. type is the type of code
1705 int inflate_table(type, lens, codes, table, bits, work)
1711 unsigned short FAR *work;
1769 table. The sorted table is work[], with that space being provided by
1820 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
1857 base = extra = work; /* dummy value--not used */
1892 if ((int)(work[sym]) < end) {
1894 this.val = work[sym];
1896 else if ((int)(work[sym]) > end) {
1897 this.op = (unsigned char)(extra[work[sym]]);
1898 this.val = base[work[sym]];
1929 len = lens[work[sym]];
3086 &(state->lenbits), state->work);
3152 &(state->lenbits), state->work);
3161 &(state->next), &(state->distbits), state->work);
4544 * system(3) without PATH search that should work on all windows variants