Home
last modified time | relevance | path

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

12

/external/freetype/src/gzip/
Dzlib.h151 #define Z_FILTERED 1 macro
/external/squashfs-tools/squashfs-tools/
Dgzip_wrapper.c35 { "filtered", Z_FILTERED, 0 },
/external/zlib/src/contrib/pascal/
Dzlibpas.pas91 Z_FILTERED = 1;
Dexample.pas305 deflateParams(c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
/external/zlib/src/contrib/ada/
Dzlib-thin.ads92 Z_FILTERED : constant := 1; -- zlib.h:151
/external/u-boot/include/u-boot/
Dzlib.h492 #define Z_FILTERED 1 macro
/external/zlib/src/contrib/delphi/
DZLib.pas188 Z_FILTERED = 1;
/external/python/cpython2/Modules/zlib/
Dgzlib.c155 state->strategy = Z_FILTERED;
Dexample.c316 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
Dzlib.h196 #define Z_FILTERED 1 macro
/external/zlib/src/
Dgzlib.c155 state->strategy = Z_FILTERED;
Dzlib.h196 #define Z_FILTERED 1 macro
Ddeflate.c1970 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
/external/python/cpython3/Lib/test/
Dtest_zlib.py252 strategy = zlib.Z_FILTERED
274 strategy = zlib.Z_FILTERED
/external/tensorflow/tensorflow/python/lib/io/
Dtf_record_test.py277 ("compression_strategy", zlib.Z_FILTERED, -1), # Worse.
/external/zlib/src/test/
Dexample.c316 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
/external/zlib/
Dzlib.h196 #define Z_FILTERED 1 macro
/external/python/cpython2/Modules/
Dzlibmodule.c1145 PyModule_AddIntConstant(m, "Z_FILTERED", Z_FILTERED); in PyInit_zlib()
/external/python/cpython3/Modules/
Dzlibmodule.c1370 PyModule_AddIntMacro(m, 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/python/cpython3/Doc/library/
Dzlib.rst102 :const:`Z_DEFAULT_STRATEGY`, :const:`Z_FILTERED`, :const:`Z_HUFFMAN_ONLY`,
/external/libpng/
Dpngtest.c1630 png_set_text_compression_strategy(write_ptr, Z_FILTERED); in test_one_file()
/external/u-boot/lib/zlib/
Ddeflate.c1658 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
/external/libpng/contrib/tools/
Dpngcp.c195 { "filtered", Z_FILTERED },

12