Home | History | Annotate | Download | only in infback9

Lines Matching full:fill

50     unsigned fill;              /* index for replicating entries */
144 Create and fill in decoding tables. In this loop, the table being
149 fill the table with replicated entries.
197 next = *table; /* current table to fill in */
228 fill = 1U << curr;
230 fill -= incr;
231 next[(huff >> drop) + fill] = this;
232 } while (fill != 0);
286 Fill in rest of table for incomplete codes. This loop is similar to the
290 drops back to the root table to fill in any remaining entries there.