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

/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h191 #define Z_RLE 3 macro
520 string match), or Z_RLE to limit match distances to one (run-length
525 Z_DEFAULT and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as fast as
/external/chromium_org/third_party/zlib/
H A Dgzlib.c136 state->strategy = Z_RLE;
H A Dzlib.h195 #define Z_RLE 3 macro
563 string match), or Z_RLE to limit match distances to one (run-length
568 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
H A Ddeflate.c833 if (strm->clas && s->strategy == Z_RLE) {
840 } else if (s->strategy == Z_RLE) {
1936 * For Z_RLE, simply look for runs of bytes, generate matches only of distance
1938 * deflate switches away from Z_RLE.)
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzlib.c161 state->strategy = Z_RLE;
H A Dzlib.h258 #define Z_RLE 3 macro
631 string match), or Z_RLE to limit match distances to one (run-length
636 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
H A Dfx_zlib_deflate.c903 (s->strategy == Z_RLE ? deflate_rle(s, flush) :
1856 * For Z_RLE, simply look for runs of bytes, generate matches only of distance
1858 * deflate switches away from Z_RLE.)
/external/qemu/distrib/zlib-1.2.8/
H A Dgzlib.c161 state->strategy = Z_RLE;
H A Dzlib.h194 #define Z_RLE 3 macro
567 string match), or Z_RLE to limit match distances to one (run-length
572 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
H A Ddeflate.c904 (s->strategy == Z_RLE ? deflate_rle(s, flush) :
1857 * For Z_RLE, simply look for runs of bytes, generate matches only of distance
1859 * deflate switches away from Z_RLE.)
/external/zlib/src/
H A Dgzlib.c161 state->strategy = Z_RLE;
H A Dzlib.h194 #define Z_RLE 3 macro
567 string match), or Z_RLE to limit match distances to one (run-length
572 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
H A Ddeflate.c904 (s->strategy == Z_RLE ? deflate_rle(s, flush) :
1857 * For Z_RLE, simply look for runs of bytes, generate matches only of distance
1859 * deflate switches away from Z_RLE.)
/external/zlib/
H A Dzlib.h194 #define Z_RLE 3 macro
567 string match), or Z_RLE to limit match distances to one (run-length
572 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas93 Z_RLE = 3;
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h254 #define Z_RLE 3 macro
627 string match), or Z_RLE to limit match distances to one (run-length
632 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
/external/zlib/src/as400/
H A Dzlib.inc65 D Z_RLE C 3
/external/zlib/src/contrib/delphi/
H A DZLib.pas190 Z_RLE = 3;

Completed in 1990 milliseconds