Searched refs:Z_FILTERED (Results 1 – 25 of 30) sorted by relevance
12
/external/freetype/src/gzip/ |
D | zlib.h | 151 #define Z_FILTERED 1 macro
|
/external/squashfs-tools/squashfs-tools/ |
D | gzip_wrapper.c | 35 { "filtered", Z_FILTERED, 0 },
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 91 Z_FILTERED = 1;
|
D | example.pas | 305 deflateParams(c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 92 Z_FILTERED : constant := 1; -- zlib.h:151
|
/external/u-boot/include/u-boot/ |
D | zlib.h | 492 #define Z_FILTERED 1 macro
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 188 Z_FILTERED = 1;
|
/external/python/cpython2/Modules/zlib/ |
D | gzlib.c | 155 state->strategy = Z_FILTERED;
|
D | example.c | 316 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
|
D | zlib.h | 196 #define Z_FILTERED 1 macro
|
/external/zlib/src/ |
D | gzlib.c | 155 state->strategy = Z_FILTERED;
|
D | zlib.h | 196 #define Z_FILTERED 1 macro
|
D | deflate.c | 1970 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
|
/external/python/cpython3/Lib/test/ |
D | test_zlib.py | 252 strategy = zlib.Z_FILTERED 274 strategy = zlib.Z_FILTERED
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | tf_record_test.py | 277 ("compression_strategy", zlib.Z_FILTERED, -1), # Worse.
|
/external/zlib/src/test/ |
D | example.c | 316 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
|
/external/zlib/ |
D | zlib.h | 196 #define Z_FILTERED 1 macro
|
/external/python/cpython2/Modules/ |
D | zlibmodule.c | 1145 PyModule_AddIntConstant(m, "Z_FILTERED", Z_FILTERED); in PyInit_zlib()
|
/external/python/cpython3/Modules/ |
D | zlibmodule.c | 1370 PyModule_AddIntMacro(m, Z_FILTERED); in PyInit_zlib()
|
/external/python/cpython2/Lib/test/ |
D | test_zlib.py | 233 strategy = zlib.Z_FILTERED
|
/external/python/cpython2/Doc/library/ |
D | zlib.rst | 107 ``Z_DEFAULT_STRATEGY``, ``Z_FILTERED``, and ``Z_HUFFMAN_ONLY``. The default
|
/external/python/cpython3/Doc/library/ |
D | zlib.rst | 102 :const:`Z_DEFAULT_STRATEGY`, :const:`Z_FILTERED`, :const:`Z_HUFFMAN_ONLY`,
|
/external/libpng/ |
D | pngtest.c | 1630 png_set_text_compression_strategy(write_ptr, Z_FILTERED); in test_one_file()
|
/external/u-boot/lib/zlib/ |
D | deflate.c | 1658 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 195 { "filtered", Z_FILTERED },
|
12