Home
last modified time | relevance | path

Searched refs:Z_RLE (Results 1 – 21 of 21) sorted by relevance

/external/zlib/src/contrib/delphi/
Dreadme.txt25 - The new Z_RLE strategy has its corresponding symbolic constant.
DZLib.pas190 Z_RLE = 3;
/external/zlib/src/contrib/pascal/
Dzlibpas.pas93 Z_RLE = 3;
/external/chromium_org/third_party/zlib/
Dmixed-source.patch61 - (s->strategy == Z_RLE ? deflate_rle(s, flush) :
70 + if (strm->clas && s->strategy == Z_RLE) {
77 + } else if (s->strategy == Z_RLE) {
Dgzlib.c136 state->strategy = Z_RLE;
Dzlib.h195 #define Z_RLE 3 macro
Ddeflate.c833 if (strm->clas && s->strategy == Z_RLE) {
840 } else if (s->strategy == Z_RLE) {
/external/chromium_org/sdch/open-vcdiff/src/zlib/
Dzlib.h191 #define Z_RLE 3 macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dgzlib.c161 state->strategy = Z_RLE; in gz_open()
Dzlib.h258 #define Z_RLE 3 macro
Dfx_zlib_deflate.c903 (s->strategy == Z_RLE ? deflate_rle(s, flush) : in deflate()
/external/zlib/
Dzlib.h194 #define Z_RLE 3 macro
/external/zlib/src/
Dgzlib.c161 state->strategy = Z_RLE;
Dzlib.h194 #define Z_RLE 3 macro
DChangeLog174 - Avoid searching past window for Z_RLE strategy
460 - Add deflate_rle() for faster Z_RLE strategy run-length encoding
919 - Add Z_RLE strategy for run-length encoding [Truta]
920 - When Z_RLE requested, restrict matches to distance one
921 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
Ddeflate.c904 (s->strategy == Z_RLE ? deflate_rle(s, flush) :
/external/qemu/distrib/zlib-1.2.8/
Dzlib.h194 #define Z_RLE 3 macro
Dgzlib.c161 state->strategy = Z_RLE;
Ddeflate.c904 (s->strategy == Z_RLE ? deflate_rle(s, flush) :
/external/pdfium/core/include/thirdparties/zlib/
Dzlib.h254 #define Z_RLE 3 macro
/external/zlib/src/as400/
Dzlib.inc65 D Z_RLE C 3