Lines Matching defs:used
26 lens shorts, which is used as a work area. type is the type of code
44 unsigned used; /* code entries in table used */
96 The length counts are used for other purposes as well, i.e. finding
148 filled is at next and has curr index bits. The code being used is huff
162 counts are used for this, and so count[] is decremented as codes are
165 used keeps track of how many table entries have been allocated from the
180 base = extra = work; /* dummy value--not used */
202 used = 1U << root; /* use root table entries */
203 mask = used - 1; /* mask for comparing low */
206 if ((type == LENS && used > ENOUGH_LENS) ||
207 (type == DISTS && used > ENOUGH_DISTS))
274 used += 1U << curr;
275 if ((type == LENS && used > ENOUGH_LENS) ||
276 (type == DISTS && used > ENOUGH_DISTS))
298 *table += used;