Searched refs:ENOUGH (Results 1 – 14 of 14) sorted by relevance
46 code codes[ENOUGH]; /* space for code tables */
50 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) macro
51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) macro
118 code codes[ENOUGH]; /* space for code tables */
1471 state->lencode <= state->codes + ENOUGH - 1) {
510 - Added enough.c (calculation of ENOUGH for inftrees.h) to examples/511 - Update ENOUGH and its usage to reflect discovered bounds643 ENOUGH and MAXD -- this repairs a possible security vulnerability for
1472 state->lencode <= state->codes + ENOUGH - 1) { in inflateCopy()
5 calculation and justification of ENOUGH parameter in inftrees.h