Searched refs:ENOUGH (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinftrees.h67 #define ENOUGH 2048 macro
H A Dinflate.h138 code codes[ENOUGH]; /* space for code tables */
H A Dinftrees.c50 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
194 against the space in *table, ENOUGH, minus the maximum space needed by
196 sufficiency of ENOUGH has not been proven exhaustively, hence the check.
236 if (type == LENS && used >= ENOUGH - MAXD)
304 if (type == LENS && used >= ENOUGH - MAXD)
H A Dinflate.c1380 state->lencode <= state->codes + ENOUGH - 1) {

Completed in 42 milliseconds