Home
last modified time | relevance | path

Searched refs:ENOUGH_DISTS (Results 1 – 7 of 7) sorted by relevance

/external/zlib/src/contrib/infback9/
Dinftree9.h49 #define ENOUGH_DISTS 594 macro
50 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
Dinftree9.c206 (type == DISTS && used >= ENOUGH_DISTS))
274 (type == DISTS && used >= ENOUGH_DISTS))
/external/python/cpython2/Modules/zlib/
Dinftrees.h50 #define ENOUGH_DISTS 592 macro
51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
Dinftrees.c210 (type == DISTS && used > ENOUGH_DISTS))
279 (type == DISTS && used > ENOUGH_DISTS))
/external/zlib/src/
Dinftrees.h50 #define ENOUGH_DISTS 592 macro
51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
Dinftrees.c210 (type == DISTS && used > ENOUGH_DISTS))
279 (type == DISTS && used > ENOUGH_DISTS))
/external/zlib/src/test/
Dinfcover.c622 code *next, table[ENOUGH_DISTS]; in cover_trees()