Home | History | Annotate | Download | only in puff

Lines Matching refs:dists

448     static const short dists[30] = { /* Offset base for distance codes 0..29 */
482 dist = dists[symbol] + bits(s, dext[symbol]);