Home | History | Annotate | Download | only in infback9

Lines Matching defs:fill

45     unsigned fill;              /* index for replicating entries */
139 Create and fill in decoding tables. In this loop, the table being
144 fill the table with replicated entries.
192 next = *table; /* current table to fill in */
223 fill = 1U << curr;
225 fill -= incr;
226 next[(huff >> drop) + fill] = this;
227 } while (fill != 0);
281 Fill in rest of table for incomplete codes. This loop is similar to the
285 drops back to the root table to fill in any remaining entries there.