Home | History | Annotate | Download | only in puff

Lines Matching defs:dist

415  *   corresponding number of extra bits are below in the static arrays dist[]
442 unsigned dist; /* distance for copy */
483 dist = dists[symbol] + bits(s, dext[symbol]);
485 if (dist > s->outcnt)
496 dist > s->outcnt ?
499 s->out[s->outcnt - dist];