HomeSort by relevance Sort by last modified time
    Searched refs:deflate (Results 76 - 100 of 111) sorted by null

1 2 34 5

  /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)
  /external/zlib/examples/
gzlog.c 114 stored block in the deflate format. See the bit offset field below.
124 that is in the compressed portion of the deflate stream. These are used
268 /* size of a deflate dictionary (this cannot be changed) */
308 8, /* compression method is deflate */
499 deflate stored blocks. Return -1 if there was an error reading or writing
599 foo.gz deflate data immediately after the previous compressed data. This
619 /* set up for deflate, allocating memory */
642 /* prime deflate with last bits of previous block, position write
661 deflate(&strm, len ? Z_NO_FLUSH : Z_PARTIAL_FLUSH);
    [all...]
  /external/zlib/
gzwrite.c 33 /* allocate deflate memory, set up for gzip compression */
57 flush is assumed to be a valid deflate() flush value. If flush is Z_FINISH,
58 then the deflate() state is reset to start a new gzip stream. */
71 /* run deflate() on provided input until it produces no more output */
93 ret = deflate(strm, flush);
96 "internal error: deflate stream corrupt");
102 /* if that completed a deflate stream, allow another to start */
deflate.c 0 /* deflate.c -- compress data using the deflation algorithm
39 * Deutsch, L.P.,"DEFLATE Compressed Data Format Specification".
52 #include "deflate.h"
55 " deflate 1.2.5 Copyright 1995-2010 Jean-loup Gailly and Mark Adler ";
69 finish_started, /* finish started, need only more output at next deflate */
146 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
372 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
437 err = deflate(strm, Z_BLOCK);
478 * resulting from using fixed blocks instead of stored blocks, which deflate
505 case 0: /* raw deflate */
582 int ZEXPORT deflate (strm, flush) function
    [all...]
  /external/chromium/third_party/zlib/contrib/minizip/
zip.c 1006 err=deflate(&zi->ci.stream, Z_NO_FLUSH);
1064 err=deflate(&zi->ci.stream, Z_FINISH);
    [all...]
  /external/zlib/contrib/masm686/
match.asm 44 ; gzhead and gzindex are added in zlib 1.2.2.2 (see deflate.h)
  /external/chromium/third_party/zlib/
deflate.c 0 /* deflate.c -- compress data using the deflation algorithm
39 * Deutsch, L.P.,"DEFLATE Compressed Data Format Specification".
50 /* @(#) $Id: deflate.c,v 3.6 2005/08/04 19:14:14 tor%cs.brown.edu Exp $ */
52 #include "deflate.h"
55 " deflate 1.2.3 Copyright 1995-2005 Jean-loup Gailly ";
69 finish_started, /* finish started, need only more output at next deflate */
115 * See deflate.c for comments about the MIN_MATCH+1.
152 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
376 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
440 err = deflate(strm, Z_PARTIAL_FLUSH)
552 int ZEXPORT deflate (strm, flush) function
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 0 /* deflate.c -- compress data using the deflation algorithm
39 * Deutsch, L.P.,"DEFLATE Compressed Data Format Specification".
52 #include "deflate.h"
55 " deflate 1.2.3 Copyright 1995-2005 Jean-loup Gailly ";
69 finish_started, /* finish started, need only more output at next deflate */
115 * See deflate.c for comments about the MIN_MATCH+1.
152 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
376 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
440 err = deflate(strm, Z_PARTIAL_FLUSH);
481 * resulting from using fixed blocks instead of stored blocks, which deflate
552 int ZEXPORT deflate (strm, flush) function
    [all...]
  /bootable/recovery/applypatch/
imgdiff.c 35 * image must have been generated using the same deflate encoder that
54 * magic number; 08 specifies the "deflate" encoding [the only encoding
67 * chunk type (4) [CHUNK_{NORMAL, GZIP, DEFLATE, RAW}]
133 unsigned char* data; // data to be patched (uncompressed, for deflate chunks)
142 // original (compressed) deflate data
148 // deflate encoder parameters
238 if (method != 8) { // 8 == deflate
315 // -15 means we are decoding a 'raw' deflate stream; zlib will
337 // next deflate section.
400 p[2] == 0x08 && // deflate compressio
    [all...]
  /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...]
  /external/qemu/block/
qcow.c 870 ret = deflate(&strm, Z_FINISH);
qcow2.c 869 ret = deflate(&strm, Z_FINISH);
  /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...]
  /external/ipsec-tools/src/racoon/
cftoken.l 469 deflate { YYD; yylval.num = algtype_deflate; return(ALGORITHMTYPE); }
  /external/libxml2/
xmlIO.c     [all...]
  /external/zlib/contrib/masmx86/
match686.asm 5 ; from Jean-loup Gailly in deflate.c
gvmat32.asm 4 ; from Jean-loup Gailly in deflate.c
  /external/zlib/contrib/minizip/
zip.c     [all...]
  /external/clearsilver/cgi/
cgi.c 904 err = deflate(&stream, Z_FINISH);
907 return nerr_raise(NERR_SYSTEM, "deflate returned %d", err);
1093 if (strstr(e, "deflate") != NULL)
1133 "Content-Encoding: deflate");
    [all...]
  /external/libpng/
pngwrite.c 1000 ret = deflate(&png_ptr->zstream, Z_SYNC_FLUSH);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwrite.c 961 ret = deflate(&png_ptr->zstream, Z_SYNC_FLUSH);
    [all...]
  /external/qemu/
vnc-android.c 610 if (deflate(zstream, Z_SYNC_FLUSH) != Z_OK) {
    [all...]
vnc.c 604 if (deflate(zstream, Z_SYNC_FLUSH) != Z_OK) {
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /external/dropbear/
configure 3942 deflate (); function
4027 deflate (); function
    [all...]

Completed in 563 milliseconds

1 2 34 5