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

1 2 3 4 5 67 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/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-8/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-8/arch-x86/usr/include/
zconf.h 17 # define deflate z_deflate macro
151 /* The memory requirements for deflate are (in bytes):
  /prebuilt/ndk/android-ndk-r5/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-r6/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-r6/platforms/android-3/arch-x86/usr/include/
zconf.h 17 # define deflate z_deflate macro
151 /* The memory requirements for deflate are (in bytes):
  /external/openssl/crypto/comp/
c_zlib.c 126 #define deflate p_deflate macro
207 err = deflate(&state->ostream, Z_SYNC_FLUSH);
372 "deflate");
437 int odone; /* deflate EOF */
653 ret = deflate(zout, 0);
701 ret = deflate(zout, Z_FINISH);
  /external/zlib/examples/
enough.c 141 For the deflate example of 286 symbols limited to 15-bit codes, the array
161 For the deflate example of 286 symbols limited to 15-bit codes, the bit
437 values are 286, 9, and 15 respectively, for the deflate literal/length code.
447 For the deflate literal/length code, use "enough". For the deflate distance
467 /* get arguments -- default to the deflate literal/length code */
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...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /external/zlib/
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...]
make_vms.com 150 $ CALL MAKE deflate.OBJ "CC ''CCOPT' deflate" -
151 deflate.c deflate.h zutil.h zlib.h zconf.h
169 trees.c deflate.h zutil.h zlib.h zconf.h
404 deflate.obj, trees.obj, zutil.obj, inflate.obj, \
433 deflate.obj : deflate.c deflate.h zutil.h zlib.h zconf.h
443 trees.obj : trees.c deflate.h zutil.h zlib.h zconf.
    [all...]
zconf.h 36 # define deflate z_deflate macro
223 /* The memory requirements for deflate are (in bytes):
  /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...]
  /prebuilt/sdk/tools/linux/
zipalign 
  /external/zlib/contrib/gcc_gvmat64/
gvmat64.S 13 ; from Jean-loup Gailly in deflate.c of zLib and infoZip zip.
118 #include "deflate.h"
170 ; parameter 1 in rcx(deflate state s), param 2 in rdx (cur match)
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 334 ccp_allowoptions[0].deflate = 0 ;
335 ccp_wantoptions[0].deflate = 0 ;
  /external/zlib/as400/
zlib.inc 201 D deflate PR 10I 0 extproc('deflate') Compress data
  /external/zlib/contrib/vstudio/vc7/
zlibvc.vcproj 339 RelativePath="..\..\..\deflate.c">
411 RelativePath="..\..\..\deflate.h">
  /external/zlib/old/as400/
zlib.inc 201 D deflate PR 10I 0 extproc('deflate') Compress data

Completed in 4636 milliseconds

1 2 3 4 5 67 8 91011>>