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

/darwin-on-arm/xnu/libkern/zlib/
H A Dinftrees.h70 #define ENOUGH 2048 macro
H A Dinflate.h141 code codes[ENOUGH]; /* space for code tables */
H A Dinftrees.c53 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
197 against the space in *table, ENOUGH, minus the maximum space needed by
199 sufficiency of ENOUGH has not been proven exhaustively, hence the check.
239 if (type == LENS && used >= ENOUGH - MAXD)
307 if (type == LENS && used >= ENOUGH - MAXD)
H A Dinflate.c1385 state->lencode <= state->codes + ENOUGH - 1) {

Completed in 74 milliseconds