HomeSort by relevance Sort by last modified time
    Searched refs:Z_RLE (Results 1 - 5 of 5) sorted by null

  /development/ndk/platforms/android-3/include/
zlib.h 191 #define Z_RLE 3
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
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
zlib.h 191 #define Z_RLE 3
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
    [all...]
  /external/chromium_org/third_party/zlib/
gzlib.c 136 state->strategy = Z_RLE;
zlib.h 195 #define Z_RLE 3
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
    [all...]
deflate.c 833 if (strm->clas && s->strategy == Z_RLE) {
840 } else if (s->strategy == Z_RLE) {
    [all...]

Completed in 36 milliseconds