/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | zlib.h | 151 #define Z_FILTERED 1 macro 423 value Z_DEFAULT_STRATEGY for normal data, Z_FILTERED for data produced by a 427 tuned to compress them better. The effect of Z_FILTERED is to force more
|
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/ |
H A D | deflate_fuzzer.cc | 30 {Z_DEFAULT_STRATEGY, Z_FILTERED, Z_HUFFMAN_ONLY, Z_RLE, Z_FIXED}); in LLVMFuzzerTestOneInput()
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 91 Z_FILTERED = 1;
|
H A D | example.pas | 305 deflateParams(c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
|
/third_party/node/deps/zlib/ |
H A D | zlib.h | 196 #define Z_FILTERED 1 macro 588 value Z_DEFAULT_STRATEGY for normal data, Z_FILTERED for data produced by a 593 compress them better. The effect of Z_FILTERED is to force more Huffman
|
H A D | gzlib.c | 148 state->strategy = Z_FILTERED; in gz_open()
|
H A D | deflate.c | 2011 if (s->match_length <= 5 && (s->strategy == Z_FILTERED in deflate_slow()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzlib.c | 155 state->strategy = Z_FILTERED;
|
H A D | zlib.h | 196 #define Z_FILTERED 1 macro 588 value Z_DEFAULT_STRATEGY for normal data, Z_FILTERED for data produced by a 593 compress them better. The effect of Z_FILTERED is to force more Huffman
|
H A D | deflate.c | 2062 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | gzlib.c | 128 state->strategy = Z_FILTERED;
|
H A D | zlib.h | 192 #define Z_FILTERED 1
macro 556 value Z_DEFAULT_STRATEGY for normal data, Z_FILTERED for data produced by a
561 compress them better. The effect of Z_FILTERED is to force more Huffman
|
H A D | deflate.c | 1712 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
|
/third_party/skia/third_party/externals/zlib/ |
H A D | gzlib.c | 155 state->strategy = Z_FILTERED;
|
H A D | zlib.h | 196 #define Z_FILTERED 1 macro 589 value Z_DEFAULT_STRATEGY for normal data, Z_FILTERED for data produced by a 594 compress them better. The effect of Z_FILTERED is to force more Huffman
|
H A D | deflate.c | 2046 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
|
/third_party/zlib/contrib/delphi/ |
H A D | ZLib.pas | 188 Z_FILTERED = 1;
|
/third_party/zlib/ |
H A D | gzlib.c | 149 state->strategy = Z_FILTERED; in gz_open()
|
H A D | zlib.h | 196 #define Z_FILTERED 1 macro 589 value Z_DEFAULT_STRATEGY for normal data, Z_FILTERED for data produced by a 594 compress them better. The effect of Z_FILTERED is to force more Huffman
|
/third_party/zlib/test/ |
H A D | example.c | 288 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED); in test_large_deflate()
|
/third_party/node/src/ |
H A D | node_zlib.cc | 977 CHECK((strategy == Z_FILTERED || strategy == Z_HUFFMAN_ONLY || in Init() 1335 NODE_DEFINE_CONSTANT(target, Z_FILTERED); in DefineZlibConstants()
|
/third_party/python/Lib/test/ |
H A D | test_zlib.py | 292 strategy = zlib.Z_FILTERED 314 strategy = zlib.Z_FILTERED
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngtest.c | 1632 png_set_text_compression_strategy(write_ptr, Z_FILTERED); in test_one_file()
|
/third_party/python/Modules/ |
H A D | zlibmodule.c | 547 Z_DEFAULT_STRATEGY, Z_FILTERED, and Z_HUFFMAN_ONLY. 1586 ZLIB_ADD_INT_MACRO(Z_FILTERED); in zlib_exec()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngcp.c | 195 { "filtered", Z_FILTERED },
|