Home
last modified time | relevance | path

Searched refs:Z_FILTERED (Results 1 - 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dzlib.h151 #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 Ddeflate_fuzzer.cc30 {Z_DEFAULT_STRATEGY, Z_FILTERED, Z_HUFFMAN_ONLY, Z_RLE, Z_FIXED}); in LLVMFuzzerTestOneInput()
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas91 Z_FILTERED = 1;
H A Dexample.pas305 deflateParams(c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
/third_party/node/deps/zlib/
H A Dzlib.h196 #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 Dgzlib.c148 state->strategy = Z_FILTERED; in gz_open()
H A Ddeflate.c2011 if (s->match_length <= 5 && (s->strategy == Z_FILTERED in deflate_slow()
/third_party/node/deps/v8/third_party/zlib/
H A Dgzlib.c155 state->strategy = Z_FILTERED;
H A Dzlib.h196 #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 Ddeflate.c2062 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
/third_party/libwebsockets/win32port/zlib/
H A Dgzlib.c128 state->strategy = Z_FILTERED;
H A Dzlib.h192 #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 Ddeflate.c1712 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
/third_party/skia/third_party/externals/zlib/
H A Dgzlib.c155 state->strategy = Z_FILTERED;
H A Dzlib.h196 #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 Ddeflate.c2046 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
/third_party/zlib/contrib/delphi/
H A DZLib.pas188 Z_FILTERED = 1;
/third_party/zlib/
H A Dgzlib.c149 state->strategy = Z_FILTERED; in gz_open()
H A Dzlib.h196 #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 Dexample.c288 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED); in test_large_deflate()
/third_party/node/src/
H A Dnode_zlib.cc977 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 Dtest_zlib.py292 strategy = zlib.Z_FILTERED
314 strategy = zlib.Z_FILTERED
/third_party/skia/third_party/externals/libpng/
H A Dpngtest.c1632 png_set_text_compression_strategy(write_ptr, Z_FILTERED); in test_one_file()
/third_party/python/Modules/
H A Dzlibmodule.c547 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 Dpngcp.c195 { "filtered", Z_FILTERED },

Completed in 42 milliseconds

12