HomeSort by relevance Sort by last modified time
    Searched defs:ENOUGH (Results 1 - 4 of 4) sorted by null

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

Completed in 237 milliseconds