Searched refs:ENOUGH_DISTS (Results 1 - 11 of 11) sorted by path

/external/chromium_org/third_party/zlib/
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))
H A Dinftrees.h50 #define ENOUGH_DISTS 592 macro
51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inftrees.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))
H A Dinftrees.h50 #define ENOUGH_DISTS 592 macro
51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
/external/qemu/distrib/zlib-1.2.8/
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))
H A Dinftrees.h50 #define ENOUGH_DISTS 592 macro
51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
/external/zlib/src/contrib/infback9/
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))
H A Dinftree9.h49 #define ENOUGH_DISTS 594 macro
50 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
/external/zlib/src/
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))
H A Dinftrees.h50 #define ENOUGH_DISTS 592 macro
51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
/external/zlib/src/test/
H A Dinfcover.c622 code *next, table[ENOUGH_DISTS];

Completed in 1975 milliseconds