HomeSort by: relevance | last modified time | path
    Searched defs:dists (Results 1 - 1 of 1) sorted by relevancy

  /src/common/dist/zlib/contrib/puff/
puff.c 449 static const short dists[30] = { /* Offset base for distance codes 0..29 */ local in function:codes
483 dist = dists[symbol] + bits(s, dext[symbol]);

Completed in 12 milliseconds