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

/external/opencv3/3rdparty/zlib/
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))
/external/pdfium/third_party/zlib_v128/
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))
/external/zlib/src/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))
/external/zlib/src/
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))
/external/zlib/src/test/
H A Dinfcover.c622 code *next, table[ENOUGH_DISTS];

Completed in 164 milliseconds