Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/zlib/contrib/bench/
H A Dzlib_bench.cc112 if (zlib_strategy == Z_RLE) in zlib_level_strategy_name()
335 zlib_strategy = Z_RLE; 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.pas93 Z_RLE = 3;
/third_party/node/deps/zlib/
H A Dzlib.h198 #define Z_RLE 3 macro
590 string match), or Z_RLE to limit match distances to one (run-length
595 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
H A Dgzlib.c154 state->strategy = Z_RLE; in gz_open()
H A Ddeflate.c1222 s->strategy == Z_RLE ? deflate_rle(s, flush) : in deflate()
2100 * For Z_RLE, simply look for runs of bytes, generate matches only of distance
2102 * deflate switches away from Z_RLE.)
/third_party/node/deps/v8/third_party/zlib/
H A Dgzlib.c161 state->strategy = Z_RLE;
H A Dzlib.h198 #define Z_RLE 3 macro
590 string match), or Z_RLE to limit match distances to one (run-length
595 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
H A Ddeflate.c1056 s->strategy == Z_RLE ? deflate_rle(s, flush) :
2151 * For Z_RLE, simply look for runs of bytes, generate matches only of distance
2153 * deflate switches away from Z_RLE.)
/third_party/libwebsockets/win32port/zlib/
H A Dgzlib.c134 state->strategy = Z_RLE;
H A Dzlib.h194 #define Z_RLE 3 macro
558 string match), or Z_RLE to limit match distances to one (run-length
563 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
H A Ddeflate.c870 (s->strategy == Z_RLE ? deflate_rle(s, flush) :
1795 * For Z_RLE, simply look for runs of bytes, generate matches only of distance
1797 * deflate switches away from Z_RLE.)
/third_party/skia/third_party/externals/zlib/
H A Dgzlib.c161 state->strategy = Z_RLE;
H A Dzlib.h198 #define Z_RLE 3 macro
591 string match), or Z_RLE to limit match distances to one (run-length
596 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
H A Ddeflate.c1048 s->strategy == Z_RLE ? deflate_rle(s, flush) :
2135 * For Z_RLE, simply look for runs of bytes, generate matches only of distance
2137 * deflate switches away from Z_RLE.)
/third_party/zlib/contrib/delphi/
H A DZLib.pas190 Z_RLE = 3;
/third_party/zlib/
H A Dgzlib.c155 state->strategy = Z_RLE; in gz_open()
H A Dzlib.h198 #define Z_RLE 3 macro
591 string match), or Z_RLE to limit match distances to one (run-length
596 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
H A Ddeflate.c1192 s->strategy == Z_RLE ? deflate_rle(s, flush) : in deflate()
2048 * For Z_RLE, simply look for runs of bytes, generate matches only of distance
2050 * deflate switches away from Z_RLE.)
/third_party/node/src/
H A Dnode_zlib.cc978 strategy == Z_RLE || strategy == Z_FIXED || in Init()
1337 NODE_DEFINE_CONSTANT(target, Z_RLE); in DefineZlibConstants()
/third_party/python/Modules/
H A Dzlibmodule.c1588 #ifdef Z_RLE // 1.2.0.1 in zlib_exec()
1589 ZLIB_ADD_INT_MACRO(Z_RLE); in zlib_exec()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c193 { "RLE", Z_RLE },
1285 if (dp->value[istrat] == Z_RLE || dp->value[istrat] == Z_HUFFMAN_ONLY) in getsearchopts()
1302 else if (dp->value[istrat] == Z_RLE) in getsearchopts()
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dutils_unittest.cc431 int strategy = Z_RLE; in TEST()
/third_party/astc-encoder/Source/
H A Dtinyexr.h1231 #define Z_RLE MZ_RLE macro

Completed in 93 milliseconds