Home
last modified time | relevance | path

Searched refs:Z_HUFFMAN_ONLY (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dzlib.h152 #define Z_HUFFMAN_ONLY 2 macro
424 filter (or predictor), or Z_HUFFMAN_ONLY to force Huffman encoding only (no
429 between Z_DEFAULT and Z_HUFFMAN_ONLY. The strategy parameter only affects
/third_party/skia/third_party/externals/zlib/contrib/bench/
H A Dzlib_bench.cc110 if (zlib_strategy == Z_HUFFMAN_ONLY) in zlib_level_strategy_name()
333 zlib_strategy = Z_HUFFMAN_ONLY; in main()
/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.pas92 Z_HUFFMAN_ONLY = 2;
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.c670 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
687 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
707 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
869 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1868 * For Z_HUFFMAN_ONLY, do not look for matches. Do not maintain a hash table.
H A Dgzlib.c131 state->strategy = Z_HUFFMAN_ONLY;
H A Dzlib.h193 #define Z_HUFFMAN_ONLY 2 macro
557 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
563 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
564 fast as Z_HUFFMAN_ONLY, but give better compression for PNG image data. The
/third_party/node/deps/zlib/
H A Ddeflate.c1039 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2) in deflate()
1082 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ? in deflate()
1106 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ? in deflate()
1221 s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) : in deflate()
2172 * For Z_HUFFMAN_ONLY, do not look for matches. Do not maintain a hash table.
H A Dzlib.h197 #define Z_HUFFMAN_ONLY 2 macro
589 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
595 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
596 fast as Z_HUFFMAN_ONLY, but give better compression for PNG image data. The
H A Dgzlib.c151 state->strategy = Z_HUFFMAN_ONLY; in gz_open()
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c873 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
916 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
940 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
1055 s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
2225 * For Z_HUFFMAN_ONLY, do not look for matches. Do not maintain a hash table.
H A Dgzlib.c158 state->strategy = Z_HUFFMAN_ONLY;
H A Dzlib.h197 #define Z_HUFFMAN_ONLY 2 macro
589 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
595 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
596 fast as Z_HUFFMAN_ONLY, but give better compression for PNG image data. The
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.c865 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
908 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
932 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
1047 s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
2209 * For Z_HUFFMAN_ONLY, do not look for matches. Do not maintain a hash table.
H A Dgzlib.c158 state->strategy = Z_HUFFMAN_ONLY;
H A Dzlib.h197 #define Z_HUFFMAN_ONLY 2 macro
590 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
596 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
597 fast as Z_HUFFMAN_ONLY, but give better compression for PNG image data. The
/third_party/zlib/
H A Ddeflate.c1009 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2) in deflate()
1052 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ? in deflate()
1076 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ? in deflate()
1191 s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) : in deflate()
2121 * For Z_HUFFMAN_ONLY, do not look for matches. Do not maintain a hash table.
H A Dgzlib.c152 state->strategy = Z_HUFFMAN_ONLY; in gz_open()
H A Dzlib.h197 #define Z_HUFFMAN_ONLY 2 macro
590 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
596 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
597 fast as Z_HUFFMAN_ONLY, but give better compression for PNG image data. The
/third_party/zlib/contrib/delphi/
H A DZLib.pas189 Z_HUFFMAN_ONLY = 2;
/third_party/node/src/
H A Dnode_zlib.cc977 CHECK((strategy == Z_FILTERED || strategy == Z_HUFFMAN_ONLY || in Init()
1336 NODE_DEFINE_CONSTANT(target, Z_HUFFMAN_ONLY); in DefineZlibConstants()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c192 { "huffman", Z_HUFFMAN_ONLY },
1285 if (dp->value[istrat] == Z_RLE || dp->value[istrat] == Z_HUFFMAN_ONLY) in getsearchopts()
1299 if (dp->value[istrat] == Z_HUFFMAN_ONLY) in getsearchopts()
/third_party/python/Modules/
H A Dzlibmodule.c547 Z_DEFAULT_STRATEGY, Z_FILTERED, and Z_HUFFMAN_ONLY.
1587 ZLIB_ADD_INT_MACRO(Z_HUFFMAN_ONLY); in zlib_exec()
/third_party/astc-encoder/Source/
H A Dtinyexr.h1230 #define Z_HUFFMAN_ONLY MZ_HUFFMAN_ONLY macro

Completed in 56 milliseconds