Lines Matching refs:used
24 lens shorts, which is used as a work area. type is the type of code
42 unsigned used; /* code entries in table used */
94 The length counts are used for other purposes as well, i.e. finding
146 filled is at next and has curr index bits. The code being used is huff
160 counts are used for this, and so count[] is decremented as codes are
163 used keeps track of how many table entries have been allocated from the
178 base = extra = work; /* dummy value--not used */
200 used = 1U << root; /* use root table entries */
201 mask = used - 1; /* mask for comparing low */
204 if ((type == LENS && used > ENOUGH_LENS) ||
205 (type == DISTS && used > ENOUGH_DISTS))
272 used += 1U << curr;
273 if ((type == LENS && used > ENOUGH_LENS) ||
274 (type == DISTS && used > ENOUGH_DISTS))
296 *table += used;