Home
last modified time | relevance | path

Searched refs:ZLIB_VERNUM (Results 1 – 25 of 32) sorted by relevance

12

/external/zstd/zlibWrapper/
Dgzcompatibility.h13 #if ZLIB_VERNUM <= 0x1240
31 #if ZLIB_VERNUM <= 0x1250
40 #if ZLIB_VERNUM <= 0x1270
49 #if ZLIB_VERNUM < 0x12B0
Dzstd_zlibwrapper.c411 #if ZLIB_VERNUM >= 0x1240 in z_deflate()
665 #if ZLIB_VERNUM >= 0x1240
964 #if ZLIB_VERNUM >= 0x1260
998 #if ZLIB_VERNUM >= 0x1280
1019 #if ZLIB_VERNUM >= 0x1240
1158 #if ZLIB_VERNUM >= 0x12B0
1171 #if ZLIB_VERNUM >= 0x1270
Dgzread.c454 #if ZLIB_VERNUM >= 0x1261
462 #if ZLIB_VERNUM == 0x1260
466 #if ZLIB_VERNUM <= 0x1250
/external/zlib/
Dzlib.h41 #define ZLIB_VERNUM 0x12b0 macro
76 # undef ZLIB_VERNUM
77 # define ZLIB_VERNUM 0x1280
83 # undef ZLIB_VERNUM
84 # define ZLIB_VERNUM 0x1260
/external/libpng/
Dpngstruct.h39 #if ZLIB_VERNUM < 0x1260
266 #if ZLIB_VERNUM >= 0x1240
Dpngpriv.h919 #if PNG_ZLIB_VERNUM != 0 && PNG_ZLIB_VERNUM != ZLIB_VERNUM
920 # error ZLIB_VERNUM != PNG_ZLIB_VERNUM \
1393 #if ZLIB_VERNUM >= 0x1240
Dpngrutil.c377 #if ZLIB_VERNUM >= 0x1240 in png_inflate_claim()
406 #if ZLIB_VERNUM >= 0x1240 in png_inflate_claim()
415 #if ZLIB_VERNUM >= 0x1240 in png_inflate_claim()
425 #if ZLIB_VERNUM >= 0x1290 && \ in png_inflate_claim()
446 #if ZLIB_VERNUM >= 0x1240
/external/pdfium/third_party/libpng16/
Dpngstruct.h39 #if ZLIB_VERNUM < 0x1260
266 #if ZLIB_VERNUM >= 0x1240
Dpngpriv.h919 #if PNG_ZLIB_VERNUM != 0 && PNG_ZLIB_VERNUM != ZLIB_VERNUM
920 # error ZLIB_VERNUM != PNG_ZLIB_VERNUM \
1393 #if ZLIB_VERNUM >= 0x1240
Dpngrutil.c377 #if ZLIB_VERNUM >= 0x1240 in png_inflate_claim()
406 #if ZLIB_VERNUM >= 0x1240 in png_inflate_claim()
415 #if ZLIB_VERNUM >= 0x1240 in png_inflate_claim()
425 #if ZLIB_VERNUM >= 0x1290 && \ in png_inflate_claim()
446 #if ZLIB_VERNUM >= 0x1240
/external/protobuf/
Dconfigure.ac148 #if !defined(ZLIB_VERNUM) || (ZLIB_VERNUM < 0x1204)
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/
Dzlibpas.pas14 ZLIB_VERNUM = $12a0;
/external/rust/crates/libz-sys/src/zlib-ng/
DFAQ.zlib180 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In
185 is "1.2.3.4", then in zlib.h you should change ZLIB_VERNUM to 0x123f, and
197 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
Dzlib.h49 #define ZLIB_VERNUM 0x12bf macro
/external/python/cpython2/Modules/zlib/
DFAQ174 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In
179 is "1.2.3.4", then in zlib.h you should change ZLIB_VERNUM to 0x123f, and
191 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
Dexample.c563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
Dzlib.h41 #define ZLIB_VERNUM 0x12b0 macro
/external/rust/crates/libz-sys/src/zlib/
DFAQ174 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In
179 is "1.2.3.4", then in zlib.h you should change ZLIB_VERNUM to 0x123f, and
191 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
Dzlib.h41 #define ZLIB_VERNUM 0x12b0 macro
/external/libwebsockets/win32port/zlib/
Dzlib.h41 #define ZLIB_VERNUM 0x1250 macro
/external/python/cpython3/Modules/
Dzlibmodule.c19 #if defined(ZLIB_VERNUM) && ZLIB_VERNUM >= 0x1221
/external/zstd/zlibWrapper/examples/
Dexample.c588 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
Dexample_original.c580 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
/external/rust/crates/libz-sys/src/zlib/test/
Dexample.c563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
/external/OpenCL-CTS/test_common/miniz/
Dminiz.h279 #define ZLIB_VERNUM MZ_VERNUM macro

12