Home | History | Annotate | Download | only in zlib

Lines Matching full:fill

50     unsigned fill;              /* index for replicating entries */
150 Create and fill in decoding tables. In this loop, the table being
155 fill the table with replicated entries.
203 next = *table; /* current table to fill in */
234 fill = 1U << curr;
235 min = fill; /* save offset to next table */
237 fill -= incr;
238 next[(huff >> drop) + fill] = here;
239 } while (fill != 0);
293 Fill in rest of table for incomplete codes. This loop is similar to the
297 drops back to the root table to fill in any remaining entries there.