Home | History | Annotate | Download | only in puff

Lines Matching defs:dext

416  *   and dext[].
453 static const short dext[30] = { /* Extra bits for distance codes 0..29 */
483 dist = dists[symbol] + bits(s, dext[symbol]);