Home
last modified time | relevance | path

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

12

/external/freetype/src/gzip/
Dzlib.h151 #define Z_FILTERED 1 macro
/external/zlib/src/contrib/pascal/
Dzlibpas.pas91 Z_FILTERED = 1;
Dexample.pas305 deflateParams(c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
/external/squashfs-tools/squashfs-tools/
Dgzip_wrapper.c35 { "filtered", Z_FILTERED, 0 },
/external/zlib/src/contrib/ada/
Dzlib-thin.ads92 Z_FILTERED : constant := 1; -- zlib.h:151
/external/syslinux/com32/include/
Dzlib.h192 #define Z_FILTERED 1 macro
/external/pdfium/third_party/zlib_v128/
Dgzlib.c155 state->strategy = Z_FILTERED; in gz_open()
Dzlib.h261 #define Z_FILTERED 1 macro
Ddeflate.c1773 if (s->match_length <= 5 && (s->strategy == Z_FILTERED in deflate_slow()
/external/zlib/src/contrib/delphi/
DZLib.pas188 Z_FILTERED = 1;
/external/python/cpython2/Modules/zlib/
Dgzlib.c155 state->strategy = Z_FILTERED;
Dzlib.h192 #define Z_FILTERED 1 macro
Dexample.c316 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
/external/zlib/src/
Dzlib.h192 #define Z_FILTERED 1 macro
Dgzlib.c155 state->strategy = Z_FILTERED;
/external/zlib/
Dzlib.h192 #define Z_FILTERED 1 macro
/external/zlib/src/test/
Dexample.c316 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
/external/python/cpython2/Modules/
Dzlibmodule.c1145 PyModule_AddIntConstant(m, "Z_FILTERED", Z_FILTERED); in PyInit_zlib()
/external/python/cpython2/Lib/test/
Dtest_zlib.py233 strategy = zlib.Z_FILTERED
/external/python/cpython2/Doc/library/
Dzlib.rst107 ``Z_DEFAULT_STRATEGY``, ``Z_FILTERED``, and ``Z_HUFFMAN_ONLY``. The default
/external/zlib/src/as400/
Dzlib.inc63 D Z_FILTERED C 1
/external/skia/third_party/libpng/
Dpngtest.c1580 png_set_text_compression_strategy(write_ptr, Z_FILTERED); in test_one_file()
/external/libpng/
Dpngtest.c1587 png_set_text_compression_strategy(write_ptr, Z_FILTERED); in test_one_file()
/external/syslinux/com32/lib/zlib/
Ddeflate.c1660 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
/external/libpng/contrib/tools/
Dpngcp.c195 { "filtered", Z_FILTERED },

12