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

  /src/common/dist/zlib/contrib/infback9/
inftree9.h 41 examples/enough.c found in the zlib distribution. The arguments to that
43 maximum bit length of a code. "enough 286 9 15" for literal/length codes
44 returns 852, and "enough 32 6 15" for distance codes returns 594. The
50 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
  /src/common/dist/zlib/
inftrees.h 41 examples/enough.c found in the zlib distribution. The arguments to that
43 maximum bit length of a code. "enough 286 9 15" for literal/length codes
44 returns 852, and "enough 30 6 15" for distance codes returns 592. The
51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)

Completed in 13 milliseconds