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

  /external/chromium_org/third_party/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)
inflate.h 118 code codes[ENOUGH]; /* space for code tables */
inflate.c 477 not enough available input to do that, then return from inflate(). */
515 if (not enough input data or output space to make progress)
534 where NEEDBITS(n) either returns from inflate() if there isn't enough
539 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
544 PULLBYTE() directly in order to pull just enough bytes to decode the next
547 Some states loop until they get enough input, making sure that enough
565 A state may also return if there is not enough output space available to
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inftrees.h 43 #define ENOUGH 2048
inflate.h 114 code codes[ENOUGH]; /* space for code tables */
inftrees.c 26 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
170 against the space in *table, ENOUGH, minus the maximum space needed by
172 sufficiency of ENOUGH has not been proven exhaustively, hence the check.
212 if (type == LENS && used >= ENOUGH - MAXD)
278 /* check for enough space */
280 if (type == LENS && used >= ENOUGH - MAXD)
inflate.c 442 not enough available input to do that, then return from inflate(). */
480 if (not enough input data or output space to make progress)
499 where NEEDBITS(n) either returns from inflate() if there isn't enough
504 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
509 PULLBYTE() directly in order to pull just enough bytes to decode the next
512 Some states loop until they get enough input, making sure that enough
530 A state may also return if there is not enough output space available to
    [all...]
  /external/zlib/src/contrib/infback9/
inflate9.h 46 code codes[ENOUGH]; /* space for code tables */
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/src/
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)
inflate.h 118 code codes[ENOUGH]; /* space for code tables */
inflate.c 498 not enough available input to do that, then return from inflate(). */
531 if (not enough input data or output space to make progress)
550 where NEEDBITS(n) either returns from inflate() if there isn't enough
555 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
560 PULLBYTE() directly in order to pull just enough bytes to decode the next
563 Some states loop until they get enough input, making sure that enough
581 A state may also return if there is not enough output space available to
    [all...]

Completed in 116 milliseconds