Home
last modified time | relevance | path

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

/external/zlib/src/contrib/infback9/
Dinflate9.h46 code codes[ENOUGH]; /* space for code tables */
Dinftree9.h50 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) macro
/external/opencv3/3rdparty/zlib/
Dinftrees.h51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) macro
Dinflate.h118 code codes[ENOUGH]; /* space for code tables */
Dinflate.c1471 state->lencode <= state->codes + ENOUGH - 1) {
DChangeLog510 - Added enough.c (calculation of ENOUGH for inftrees.h) to examples/
511 - Update ENOUGH and its usage to reflect discovered bounds
643 ENOUGH and MAXD -- this repairs a possible security vulnerability for
/external/zlib/src/
Dinftrees.h51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) macro
Dinflate.h118 code codes[ENOUGH]; /* space for code tables */
Dinflate.c1471 state->lencode <= state->codes + ENOUGH - 1) {
DChangeLog510 - Added enough.c (calculation of ENOUGH for inftrees.h) to examples/
511 - Update ENOUGH and its usage to reflect discovered bounds
643 ENOUGH and MAXD -- this repairs a possible security vulnerability for
/external/pdfium/third_party/zlib_v128/
Dinftrees.h51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) macro
Dinflate.h118 code codes[ENOUGH]; /* space for code tables */
Dinflate.c1472 state->lencode <= state->codes + ENOUGH - 1) { in inflateCopy()
/external/zlib/src/examples/
DREADME.examples5 calculation and justification of ENOUGH parameter in inftrees.h