/third_party/node/tools/ |
H A D | compress_json.py | 20 data = zlib.compress(text, zlib.Z_BEST_COMPRESSION)
|
/third_party/zlib/contrib/delphi/ |
H A D | ZLib.pas | 185 Z_BEST_COMPRESSION = 9; 302 CCheck(deflateInit_(strm, Z_BEST_COMPRESSION, zlib_version, sizeof(strm))); 410 (Z_NO_COMPRESSION, Z_BEST_SPEED, Z_DEFAULT_COMPRESSION, Z_BEST_COMPRESSION);
|
/third_party/mesa3d/src/util/ |
H A D | compress.c | 97 int ret = deflateInit(&strm, Z_BEST_COMPRESSION); in util_compress_deflate()
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | zlib.h | 147 #define Z_BEST_COMPRESSION 9 macro
|
/third_party/zlib/contrib/pascal/ |
H A D | example.pas | 305 deflateParams(c_stream, Z_BEST_COMPRESSION, Z_FILTERED); 458 err := deflateInit(c_stream, Z_BEST_COMPRESSION);
|
H A D | zlibpas.pas | 88 Z_BEST_COMPRESSION = 9;
|
/third_party/zlib/test/ |
H A D | example.c | 288 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED); in test_large_deflate() 436 err = deflateInit(&c_stream, Z_BEST_COMPRESSION); in test_dict_deflate()
|
/third_party/python/Lib/test/ |
H A D | test_zlib.py | 514 co = zlib.compressobj(zlib.Z_BEST_COMPRESSION) 545 co = zlib.compressobj(zlib.Z_BEST_COMPRESSION) 681 c0 = zlib.compressobj(zlib.Z_BEST_COMPRESSION) 748 pickle.dumps(zlib.compressobj(zlib.Z_BEST_COMPRESSION), proto)
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | writepng.c | 129 png_set_compression_level(png_ptr, Z_BEST_COMPRESSION); in writepng_init()
|
/third_party/elfutils/libelf/ |
H A D | elf_compress.c | 111 int zrc = deflateInit (&z, Z_BEST_COMPRESSION); in __libelf_compress()
|
/third_party/node/deps/zlib/ |
H A D | zlib.h | 192 #define Z_BEST_COMPRESSION 9 macro
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zlib.h | 188 #define Z_BEST_COMPRESSION 9
macro
|
/third_party/zlib/ |
H A D | zlib.h | 192 #define Z_BEST_COMPRESSION 9 macro
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | makepng.c | 804 png_set_compression_level(png_ptr, Z_BEST_COMPRESSION); in write_png() 806 png_set_text_compression_level(png_ptr, Z_BEST_COMPRESSION); in write_png()
|
/third_party/ffmpeg/libavcodec/ |
H A D | lcldec.c | 593 if (c->compression < Z_NO_COMPRESSION || c->compression > Z_BEST_COMPRESSION) { in decode_init()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zlib.h | 192 #define Z_BEST_COMPRESSION 9 macro
|
/third_party/skia/third_party/externals/zlib/ |
H A D | zlib.h | 192 #define Z_BEST_COMPRESSION 9 macro
|
/third_party/node/src/ |
H A D | node_zlib.cc | 1333 NODE_DEFINE_CONSTANT(target, Z_BEST_COMPRESSION); in DefineZlibConstants()
|
/third_party/skia/third_party/externals/zlib/contrib/tests/ |
H A D | utils_unittest.cc | 109 ret = deflateInit(&comp_strm, Z_BEST_COMPRESSION); in TEST()
|
/third_party/python/Modules/ |
H A D | zlibmodule.c | 1583 ZLIB_ADD_INT_MACRO(Z_BEST_COMPRESSION); in zlib_exec()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngcp.c | 213 { "best", Z_BEST_COMPRESSION },
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_image_writer.cpp | 3816 ifd.fCompressionQuality <= Z_BEST_COMPRESSION) in WriteData()
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 1226 #define Z_BEST_COMPRESSION MZ_BEST_COMPRESSION macro
|