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

  /src/common/dist/zlib/contrib/infback9/
inflate9.h 46 code codes[ENOUGH]; /* space for code tables */
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)
inflate.h 122 code codes[ENOUGH]; /* space for code tables */
inflate.c 485 not enough available input to do that, then return from inflate(). */
518 if (not enough input data or output space to make progress)
537 where NEEDBITS(n) either returns from inflate() if there isn't enough
542 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
547 PULLBYTE() directly in order to pull just enough bytes to decode the next
550 Some states loop until they get enough input, making sure that enough
568 A state may also return if there is not enough output space available to
1008 concerning the ENOUGH constants, which depend on those values */
1478 state->lencode <= state->codes + ENOUGH - 1)
    [all...]

Completed in 105 milliseconds