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

/freebsd-10.0-release/lib/libz/
H A Dinftrees.h51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) macro
H A Dinflate.h118 code codes[ENOUGH]; /* space for code tables */
H A Dinflate.c996 concerning the ENOUGH constants, which depend on those values */
1471 state->lencode <= state->codes + ENOUGH - 1) {
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinftrees.h45 #define ENOUGH 2048 macro
H A Dinflate.h116 code codes[ENOUGH]; /* space for code tables */
H A Dinftrees.c28 -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)
282 if (type == LENS && used >= ENOUGH - MAXD)
H A Dinflate.c1383 state->lencode <= state->codes + ENOUGH - 1) {

Completed in 120 milliseconds