Lines Matching defs:fill
45 unsigned fill; /* index for replicating entries */
145 Create and fill in decoding tables. In this loop, the table being
150 fill the table with replicated entries.
196 next = *table; /* current table to fill in */
227 fill = 1U << curr;
228 min = fill; /* save offset to next table */
230 fill -= incr;
231 next[(huff >> drop) + fill] = here;
232 } while (fill != 0);
285 /* fill in remaining table entry if code is incomplete (guaranteed to have