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

/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.c1173 * Optimized version for level == 1 or strategy == Z_RLE only
1306 /* %%% avoid this when Z_RLE */
1485 if ((s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) ||
1486 (s->strategy == Z_RLE && s->strstart - hash_head == 1)) {
1490 if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) {
1492 } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) {
1594 if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) {
1596 } else if (s->strategy == Z_RLE && s->strstart - hash_head == 1) {
1679 * For Z_RLE, simply look for runs of bytes, generate matches only of distance
1681 * deflate switches away from Z_RLE
[all...]
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
H A Dgzio.c144 strategy = Z_RLE;
/external/chromium/sdch/open-vcdiff/src/
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/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/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.c902 (s->strategy == Z_RLE ? deflate_rle(s, flush) :
1855 * For Z_RLE, simply look for runs of bytes, generate matches only of distance
1857 * 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/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 127 milliseconds