OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENOUGH
(Results
1 - 25
of
30
) sorted by relevancy
1
2
/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
...]
/src/external/cddl/osnet/dist/uts/common/zmod/
inftrees.h
45
#define
ENOUGH
2048
inflate.h
116
code codes[
ENOUGH
]; /* space for code tables */
inftrees.c
28
-1 is an invalid code, and +1 means that
ENOUGH
isn't
enough
. table
172
against the space in *table,
ENOUGH
, minus the maximum space needed by
174
sufficiency of
ENOUGH
has not been proven exhaustively, hence the check.
214
if (type == LENS && used >=
ENOUGH
- MAXD)
280
/* check for
enough
space */
282
if (type == LENS && used >=
ENOUGH
- MAXD)
/src/external/gpl3/binutils/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/external/gpl3/binutils/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 */
/src/external/gpl3/binutils.old/dist/zlib/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)
/src/external/gpl3/binutils.old/dist/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
122
code codes[
ENOUGH
]; /* space for code tables */
/src/external/gpl3/gdb/dist/zlib/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)
/src/external/gpl3/gdb/dist/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
122
code codes[
ENOUGH
]; /* space for code tables */
/src/external/gpl3/gdb.old/dist/zlib/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)
/src/external/gpl3/gdb.old/dist/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
122
code codes[
ENOUGH
]; /* space for code tables */
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.c
161
#define
ENOUGH
2048
237
code codes[
ENOUGH
]; /* space for code tables */
712
not
enough
available input to do that, then return from inflate(). */
758
-1 is an invalid code, and +1 means that
ENOUGH
isn't
enough
. table
898
against the space in *table,
ENOUGH
, minus the maximum space needed by
900
sufficiency of
ENOUGH
has not been proven exhaustively, hence the check.
940
if (type == LENS && used >=
ENOUGH
- MAXD)
1006
/* check for
enough
space */
1008
if (type == LENS && used >=
ENOUGH
- MAXD
[
all
...]
Completed in 43 milliseconds
1
2
Indexes created Mon Mar 02 05:31:46 UTC 2026