Home | History | Annotate | Download | only in zlib

Lines Matching defs:fill

47     unsigned fill;              /* index for replicating entries */
147 Create and fill in decoding tables. In this loop, the table being
152 fill the table with replicated entries.
198 next = *table; /* current table to fill in */
229 fill = 1U << curr;
230 mmin = fill; /* save offset to next table */
232 fill -= incr;
233 next[(huff >> drop) + fill] = here;
234 } while (fill != 0);
287 /* fill in remaining table entry if code is incomplete (guaranteed to have