Lines Matching defs: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.
201 next = *table; /* current table to fill in */
232 fill = 1U << curr;
233 min = fill; /* save offset to next table */
235 fill -= incr;
236 next[(huff >> drop) + fill] = here;
237 } while (fill != 0);
295 drops back to the root table to fill in any remaining entries there.