/external/zlib/ |
CMakeLists.txt | 88 deflate.h 101 deflate.c
|
inflate.h | 67 Read deflate blocks: 72 Read deflate codes in fixed or dynamic block:
|
deflate.h | 0 /* deflate.h -- internal compression state 19 trailer creation by deflate(). NO_GZIP would be used to avoid linking in 105 int last_flush; /* value of flush param for previous deflate call */ 107 /* used by deflate.c: */ 280 * See deflate.c for comments about the MIN_MATCH+1.
|
compress.c | 49 err = deflate(&stream, Z_FINISH);
|
gzguts.h | 113 /* zlib inflate or deflate stream */
|
zconf.in.h | 17 # define deflate z_deflate macro 151 /* The memory requirements for deflate are (in bytes):
|
/libcore/luni/src/main/java/java/util/zip/ |
DeflaterInputStream.java | 28 * compressed data in the "deflate" format from the uncompressed 134 int bytesDeflated = def.deflate(buf, 0, Math.min(buf.length, byteCount - count));
|
/external/qemu/distrib/zlib-1.2.3/ |
deflate.h | 0 /* deflate.h -- internal compression state 19 trailer creation by deflate(). NO_GZIP would be used to avoid linking in 105 int last_flush; /* value of flush param for previous deflate call */ 107 /* used by deflate.c: */ 273 * See deflate.c for comments about the MIN_MATCH+1.
|
compress.c | 49 err = deflate(&stream, Z_FINISH);
|
zconf.h | 17 # define deflate z_deflate macro 151 /* The memory requirements for deflate are (in bytes):
|
/external/zlib/doc/ |
rfc1950.txt | 48 the DEFLATE compression method but can be easily extended to use 258 denotes the "deflate" compression method with a window size up 303 methods. The "deflate" method (CM = 8) sets these flags as 316 deflate compressed data format as described in the document 317 "DEFLATE Compressed Data Format Specification" by L. Peter 383 [3] Deutsch, L.P.,"DEFLATE Compressed Data Format Specification", 473 algorithms such as the deflate algorithm this operation can be
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-natt | 96 compression_algorithm deflate;
|
/external/openssl/crypto/comp/ |
comp_err.c | 82 {ERR_REASON(COMP_R_ZLIB_DEFLATE_ERROR) ,"zlib deflate error"},
|
/external/skia/tests/ |
FlateTest.cpp | 52 bool status = SkFlate::Deflate(testStream, &compressed);
|
/external/webp/src/enc/ |
alpha.c | 50 ret = deflate(&strm, Z_FINISH);
|
/external/zlib/contrib/ |
README.contrib | 68 unambiguous description of the deflate format.
|
/external/zlib/msdos/ |
Makefile.dj2 | 55 uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o
|
/build/tools/zipalign/ |
ZipEntry.h | 138 kCompressDeflated = 8, // standard deflate 334 kDefaultVersion = 20, // need deflate, nothing much else
|
/development/ndk/platforms/android-3/include/ |
zconf.h | 17 # define deflate z_deflate macro 151 /* The memory requirements for deflate are (in bytes):
|
/external/chromium/sdch/open-vcdiff/src/ |
zconf.h | 17 # define deflate z_deflate macro 151 /* The memory requirements for deflate are (in bytes):
|
/frameworks/base/tools/aapt/ |
ZipEntry.h | 143 kCompressDeflated = 8, // standard deflate 334 kDefaultVersion = 20, // need deflate, nothing much else
|
/libcore/luni/src/main/java/java/util/jar/ |
Pack200.java | 101 static final String DEFLATE_HINT = "pack.deflate.hint"; 243 static final String DEFLATE_HINT = "unpack.deflate.hint";
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
zconf.h | 17 # define deflate z_deflate macro 151 /* The memory requirements for deflate are (in bytes):
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
zconf.h | 17 # define deflate z_deflate macro 151 /* The memory requirements for deflate are (in bytes):
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
zconf.h | 17 # define deflate z_deflate macro 151 /* The memory requirements for deflate are (in bytes):
|