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

/external/chromium_org/third_party/zlib/
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) ||
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinftrees.h49 #define ENOUGH_LENS 852 macro
51 #define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
H A Dfx_zlib_inftrees.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) ||
/external/qemu/distrib/zlib-1.2.8/
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) ||
/external/zlib/src/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) ||
/external/zlib/src/
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 1002 milliseconds