Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/zmod/
H A Dinftrees.h45 #define ENOUGH 2048 macro
H A Dinftrees.c214 if (type == LENS && used >= ENOUGH - MAXD)
282 if (type == LENS && used >= ENOUGH - MAXD)
H A Dinflate.h116 code codes[ENOUGH]; /* space for code tables */
H A Dinflate.c1383 state->lencode <= state->codes + ENOUGH - 1) {