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

/vbox/src/libs/zlib-1.2.6/contrib/infback9/
H A Dinftree9.h48 #define ENOUGH_LENS 852 macro
50 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
H A Dinftree9.c164 the constants ENOUGH_LENS and ENOUGH_DISTS to guard against changes in
205 if ((type == LENS && used >= ENOUGH_LENS) ||
273 if ((type == LENS && used >= ENOUGH_LENS) ||
/vbox/src/libs/zlib-1.2.6/
H A Dinftrees.h49 #define ENOUGH_LENS 852 macro
51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
H A Dinftrees.c170 the constants ENOUGH_LENS and ENOUGH_DISTS to guard against changes in
211 if ((type == LENS && used >= ENOUGH_LENS) ||
280 if ((type == LENS && used >= ENOUGH_LENS) ||

Completed in 61 milliseconds