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

/vbox/src/libs/zlib-1.2.6/contrib/infback9/
H A Dinftree9.h49 #define ENOUGH_DISTS 594 macro
50 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
H A Dinftree9.c164 the constants ENOUGH_LENS and ENOUGH_DISTS to guard against changes in
206 (type == DISTS && used >= ENOUGH_DISTS))
274 (type == DISTS && used >= ENOUGH_DISTS))
/vbox/src/libs/zlib-1.2.6/
H A Dinftrees.h50 #define ENOUGH_DISTS 592 macro
51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
H A Dinftrees.c170 the constants ENOUGH_LENS and ENOUGH_DISTS to guard against changes in
212 (type == DISTS && used >= ENOUGH_DISTS))
281 (type == DISTS && used >= ENOUGH_DISTS))
/vbox/src/libs/zlib-1.2.6/test/
H A Dinfcover.c622 code *next, table[ENOUGH_DISTS];

Completed in 58 milliseconds