Home
last modified time | relevance | path

Searched refs:Z_FILTERED (Results 1 – 22 of 22) sorted by relevance

/external/kernel-headers/original/linux/
Dzlib.h167 #define Z_FILTERED 1 macro
/external/zlib/contrib/pascal/
Dzlibpas.pas71 Z_FILTERED = 1;
Dexample.pas305 deflateParams(c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
/external/chromium/third_party/zlib/
Dzlib.h189 #define Z_FILTERED 1 macro
Dgzio.c144 strategy = Z_FILTERED;
Ddeflate.c1601 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
/external/chromium/sdch/open-vcdiff/src/
Dzlib.h189 #define Z_FILTERED 1 macro
/external/zlib/contrib/ada/
Dzlib-thin.ads92 Z_FILTERED : constant := 1; -- zlib.h:151
/external/qemu/distrib/zlib-1.2.3/
Dzlib.h189 #define Z_FILTERED 1 macro
Dgzio.c140 strategy = Z_FILTERED;
Ddeflate.c1601 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
/external/zlib/
Dgzlib.c128 state->strategy = Z_FILTERED;
Dzlib.h192 #define Z_FILTERED 1 macro
Dexample.c285 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
Dgzio.c140 strategy = Z_FILTERED;
Ddeflate.c1660 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
DChangeLog1190 Added Z_FILTERED and Z_HUFFMAN_ONLY constants.
/external/zlib/contrib/delphi/
DZLib.pas188 Z_FILTERED = 1;
/external/zlib/as400/
Dzlib.inc54 D Z_FILTERED C 1
/external/zlib/old/as400/
Dzlib.inc54 D Z_FILTERED C 1
/external/qemu/distrib/libpng-1.2.19/
Dpngwutil.c514 png_ptr->zlib_strategy = Z_FILTERED; in png_write_IHDR()
/external/libpng/
Dpngwutil.c534 png_ptr->zlib_strategy = Z_FILTERED; in png_write_IHDR()