Home
last modified time | relevance | path

Searched refs:ENOUGH (Results 1 – 14 of 14) sorted by relevance

/external/u-boot/lib/zlib/
Dinftrees.c208 if (type == LENS && used >= ENOUGH - MAXD) in inflate_table()
276 if (type == LENS && used >= ENOUGH - MAXD) in inflate_table()
Dinftrees.h43 #define ENOUGH 2048 macro
Dinflate.h114 code codes[ENOUGH]; /* space for code tables */
/external/zlib/src/contrib/infback9/
Dinflate9.h46 code codes[ENOUGH]; /* space for code tables */
Dinftree9.h50 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) macro
/external/python/cpython2/Modules/zlib/
Dinftrees.h51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) macro
Dinflate.h121 code codes[ENOUGH]; /* space for code tables */
Dinflate.c1494 state->lencode <= state->codes + ENOUGH - 1) {
DChangeLog553 - Added enough.c (calculation of ENOUGH for inftrees.h) to examples/
554 - Update ENOUGH and its usage to reflect discovered bounds
686 ENOUGH and MAXD -- this repairs a possible security vulnerability for
/external/zlib/src/
Dinftrees.h51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) macro
Dinflate.h121 code codes[ENOUGH]; /* space for code tables */
Dinflate.c1494 state->lencode <= state->codes + ENOUGH - 1) {
DChangeLog553 - Added enough.c (calculation of ENOUGH for inftrees.h) to examples/
554 - Update ENOUGH and its usage to reflect discovered bounds
686 ENOUGH and MAXD -- this repairs a possible security vulnerability for
/external/zlib/src/examples/
DREADME.examples5 calculation and justification of ENOUGH parameter in inftrees.h