Lines Matching defs:used
24 lens shorts, which is used as a work area. type is the type of code
53 unsigned used; /* code entries in table used */
105 The length counts are used for other purposes as well, i.e. finding
157 filled is at next and has curr index bits. The code being used is huff
171 counts are used for this, and so count[] is decremented as codes are
174 used keeps track of how many table entries have been allocated from the
190 base = extra = work; /* dummy value--not used */
214 used = 1U << root; /* use root table entries */
215 mask = used - 1; /* mask for comparing low */
218 if (type == LENS && used >= ENOUGH - MAXD)
285 used += 1U << curr;
286 if (type == LENS && used >= ENOUGH - MAXD)
332 *table += used;