Searched refs:Z_FILTERED (Results 1 – 25 of 32) sorted by relevance
12
/external/freetype/src/gzip/ |
D | zlib.h | 151 #define Z_FILTERED 1 macro
|
/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/squashfs-tools/squashfs-tools/ |
D | gzip_wrapper.c | 35 { "filtered", Z_FILTERED, 0 },
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 92 Z_FILTERED : constant := 1; -- zlib.h:151
|
/external/syslinux/com32/include/ |
D | zlib.h | 192 #define Z_FILTERED 1 macro
|
/external/pdfium/third_party/zlib_v128/ |
D | gzlib.c | 155 state->strategy = Z_FILTERED; in gz_open()
|
D | zlib.h | 261 #define Z_FILTERED 1 macro
|
D | deflate.c | 1773 if (s->match_length <= 5 && (s->strategy == Z_FILTERED in deflate_slow()
|
/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 | zlib.h | 192 #define Z_FILTERED 1 macro
|
D | example.c | 316 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
|
/external/zlib/src/ |
D | zlib.h | 192 #define Z_FILTERED 1 macro
|
D | gzlib.c | 155 state->strategy = Z_FILTERED;
|
/external/zlib/ |
D | zlib.h | 192 #define Z_FILTERED 1 macro
|
/external/zlib/src/test/ |
D | example.c | 316 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
|
/external/python/cpython2/Modules/ |
D | zlibmodule.c | 1145 PyModule_AddIntConstant(m, "Z_FILTERED", 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/zlib/src/as400/ |
D | zlib.inc | 63 D Z_FILTERED C 1
|
/external/skia/third_party/libpng/ |
D | pngtest.c | 1580 png_set_text_compression_strategy(write_ptr, Z_FILTERED); in test_one_file()
|
/external/libpng/ |
D | pngtest.c | 1587 png_set_text_compression_strategy(write_ptr, Z_FILTERED); in test_one_file()
|
/external/syslinux/com32/lib/zlib/ |
D | deflate.c | 1660 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 195 { "filtered", Z_FILTERED },
|
12