/third_party/skia/third_party/externals/zlib/contrib/bench/ |
H A D | zlib_bench.cc | 112 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 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 | 93 Z_RLE = 3;
|
/third_party/node/deps/zlib/ |
H A D | zlib.h | 198 #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 D | gzlib.c | 154 state->strategy = Z_RLE; in gz_open()
|
H A D | deflate.c | 1222 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 D | gzlib.c | 161 state->strategy = Z_RLE;
|
H A D | zlib.h | 198 #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 D | deflate.c | 1056 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 D | gzlib.c | 134 state->strategy = Z_RLE;
|
H A D | zlib.h | 194 #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 D | deflate.c | 870 (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 D | gzlib.c | 161 state->strategy = Z_RLE;
|
H A D | zlib.h | 198 #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 D | deflate.c | 1048 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 D | ZLib.pas | 190 Z_RLE = 3;
|
/third_party/zlib/ |
H A D | gzlib.c | 155 state->strategy = Z_RLE; in gz_open()
|
H A D | zlib.h | 198 #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 D | deflate.c | 1192 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 D | node_zlib.cc | 978 strategy == Z_RLE || strategy == Z_FIXED || in Init() 1337 NODE_DEFINE_CONSTANT(target, Z_RLE); in DefineZlibConstants()
|
/third_party/python/Modules/ |
H A D | zlibmodule.c | 1588 #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 D | pngcp.c | 193 { "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 D | utils_unittest.cc | 431 int strategy = Z_RLE; in TEST()
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 1231 #define Z_RLE MZ_RLE macro
|