Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching defs:used

24    lens shorts, which is used as a work area.  type is the type of code
47 unsigned used; /* code entries in table used */
99 The length counts are used for other purposes as well, i.e. finding
151 filled is at next and has curr index bits. The code being used is huff
165 counts are used for this, and so count[] is decremented as codes are
168 used keeps track of how many table entries have been allocated from the
184 base = extra = work; /* dummy value--not used */
208 used = 1U << root; /* use root table entries */
209 mask = used - 1; /* mask for comparing low */
212 if (type == LENS && used >= ENOUGH - MAXD)
279 used += 1U << curr;
280 if (type == LENS && used >= ENOUGH - MAXD)
326 *table += used;