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

/ast/src/lib/libz/
H A Dinftrees.h43 #define ENOUGH 2048 macro
H A Dinflate.h114 code codes[ENOUGH]; /* space for code tables */
H A Dinftrees.c26 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
176 against the space in *table, ENOUGH, minus the maximum space needed by
178 sufficiency of ENOUGH has not been proven exhaustively, hence the check.
218 if (type == LENS && used >= ENOUGH - MAXD)
286 if (type == LENS && used >= ENOUGH - MAXD)
H A Dinflate.c1356 state->lencode <= state->codes + ENOUGH - 1) {
/ast/src/cmd/INIT/
H A Dratz.c1565 #define ENOUGH 2048 macro
1675 code codes[ENOUGH]; /* space for code tables */
1699 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
1843 against the space in *table, ENOUGH, minus the maximum space needed by
1845 sufficiency of ENOUGH has not been proven exhaustively, hence the check.
1885 if (type == LENS && used >= ENOUGH - MAXD)
1953 if (type == LENS && used >= ENOUGH - MAXD)
3577 state->lencode <= state->codes + ENOUGH - 1) {

Completed in 34 milliseconds