HomeSort by relevance Sort by last modified time
    Searched full:deflate (Results 176 - 200 of 304) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/zlib/
zconf.h.cmakein 38 # define deflate z_deflate
225 /* The memory requirements for deflate are (in bytes):
zconf.h.in 36 # define deflate z_deflate
223 /* The memory requirements for deflate are (in bytes):
gzread.c 97 that the next available input data is the raw deflate stream. If direct
241 /* fill output buffer up to end of deflate stream */
263 if (ret == Z_DATA_ERROR) { /* deflate stream invalid */
275 /* check gzip trailer if at end of deflate stream */
gzio.c 69 z_off_t in; /* bytes into deflate or inflate */
70 z_off_t out; /* bytes out of deflate or inflate */
584 s->z_err = deflate(&(s->stream), Z_NO_FLUSH);
703 flush is as in the deflate() function.
730 s->z_err = deflate(&(s->stream), flush);
736 /* deflate has finished flushing only when it hasn't used up
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zconf.h 34 # define deflate z_deflate macro
214 /* The memory requirements for deflate are (in bytes):
  /dalvik/libdex/
ZipArchive.h 81 kCompressDeflated = 8, // standard deflate
  /external/chromium/chrome/browser/ui/views/
find_bar_host.h 102 // deflate the rect width by subtracting (from both sides) the width
  /external/zlib/contrib/ada/
read.adb 122 -- Deflate using generic instantiation.
  /external/zlib/contrib/testzlib/
testzlib.c 209 ret=deflate(&zcpr,(zcpr.avail_in==lOrigToDo) ? Z_FINISH : Z_SYNC_FLUSH);
  /external/zlib/contrib/vstudio/vc7/
zlibstat.vcproj 198 RelativePath="..\..\..\deflate.c">
  /libcore/luni/src/main/java/java/util/zip/
InflaterOutputStream.java 27 * compressed data in the "deflate" format, and uncompressed data is
InflaterInputStream.java 29 * decompresses data that was compressed using the <i>DEFLATE</i> algorithm
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 69 z_off_t in; /* bytes into deflate or inflate */
70 z_off_t out; /* bytes out of deflate or inflate */
584 s->z_err = deflate(&(s->stream), Z_NO_FLUSH);
703 flush is as in the deflate() function.
730 s->z_err = deflate(&(s->stream), flush);
736 /* deflate has finished flushing only when it hasn't used up
  /external/chromium/net/base/
filter_unittest.cc 17 Filter::ConvertEncodingToType("deflate"));
19 Filter::ConvertEncodingToType("deflAte"));
  /external/dropbear/
packet.c 585 result = deflate(ses.keys->trans_zstream, Z_SYNC_FLUSH);
602 * unusual circumstances where the data grows in size after deflate(),
  /external/libpng/projects/visualc71/
zlib.vcproj 364 RelativePath="..\..\..\zlib\deflate.c">
425 RelativePath="..\..\..\zlib\deflate.h">
  /external/zlib/contrib/masmx64/
gvmat64.asm 11 ; from Jean-loup Gailly in deflate.c of zLib and infoZip zip.
193 ; parameter 1 in r8(deflate state s), param 2 in rdx (cur match)
  /build/tools/zipalign/
ZipFile.cpp 811 LOGD("deflate read failed (errno=%d)\n", errno);
832 zerr = deflate(&zstream, flush);
834 LOGD("zlib deflate call failed (zerr=%d)\n", zerr);
847 LOGD("write %d failed in deflate\n",
    [all...]
ZipFile.h 238 /* compress all of "srcFp" into "dstFp", using Deflate */
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 115 'Zlib::BufError', 'Zlib::DataError', 'Zlib::Deflate',
  /external/zlib/doc/
rfc1952.txt 45 format presently uses the DEFLATE method of compression but can be
301 = 0-7 are reserved. CM = 8 denotes the "deflate"
382 methods. The "deflate" method (CM = 8) sets these flags as
502 [4] Deutsch, L.P.,"DEFLATE Compressed Data Format Specification",
  /frameworks/base/include/utils/
ZipFileRO.h 162 kCompressDeflated = 8, // standard deflate
  /frameworks/base/tools/aapt/
ZipFile.cpp 811 LOGD("deflate read failed (errno=%d)\n", errno);
832 zerr = deflate(&zstream, flush);
834 LOGD("zlib deflate call failed (zerr=%d)\n", zerr);
847 LOGD("write %d failed in deflate\n",
    [all...]
ZipFile.h 238 /* compress all of "srcFp" into "dstFp", using Deflate */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gprof.info     [all...]

Completed in 838 milliseconds

1 2 3 4 5 6 78 91011>>