Lines Matching defs:used
26 lens shorts, which is used as a work area. type is the type of code
49 unsigned used; /* code entries in table used */
101 The length counts are used for other purposes as well, i.e. finding
153 filled is at next and has curr index bits. The code being used is huff
167 counts are used for this, and so count[] is decremented as codes are
170 used keeps track of how many table entries have been allocated from the
186 base = extra = work; /* dummy value--not used */
210 used = 1U << root; /* use root table entries */
211 mask = used - 1; /* mask for comparing low */
214 if (type == LENS && used >= ENOUGH - MAXD)
281 used += 1U << curr;
282 if (type == LENS && used >= ENOUGH - MAXD)
328 *table += used;