/external/libpng/scripts/ |
makefile.cygwin | 50 # Where the zlib library and include files are located 53 #ZLIBLIB=../zlib 54 #ZLIBINC=../zlib
|
makefile.elf | 44 # Where the zlib library and include files are located. 47 # ZLIBLIB=../zlib 48 # ZLIBINC=../zlib
|
makefile.gcmmx | 46 # Where the zlib library and include files are located. 49 ZLIBLIB=../zlib 50 ZLIBINC=../zlib
|
makefile.linux | 38 # Where the zlib library and include files are located. 41 ZLIBLIB=../zlib 42 ZLIBINC=../zlib
|
makefile.nommx | 38 # Where the zlib library and include files are located. 41 ZLIBLIB=../zlib 42 ZLIBINC=../zlib
|
/external/qemu/ |
vnc-android.c | 557 buffer_reset(&vs->zlib); 559 // make the output buffer be the zlib buffer, so we can compress it later 561 vs->output = vs->zlib; 569 // switch back to normal output/zlib buffers 570 vs->zlib = vs->output; 573 // compress the zlib buffer 580 VNC_DEBUG("VNC: initializing zlib stream %d\n", stream_id); 589 fprintf(stderr, "VNC: error initializing zlib\n"); 599 buffer_reserve(&vs->output, vs->zlib.offset + 64); 602 zstream->next_in = vs->zlib.buffer [all...] |
vnc.c | 551 buffer_reset(&vs->zlib); 553 // make the output buffer be the zlib buffer, so we can compress it later 555 vs->output = vs->zlib; 563 // switch back to normal output/zlib buffers 564 vs->zlib = vs->output; 567 // compress the zlib buffer 574 VNC_DEBUG("VNC: initializing zlib stream %d\n", stream_id); 583 fprintf(stderr, "VNC: error initializing zlib\n"); 593 buffer_reserve(&vs->output, vs->zlib.offset + 64); 596 zstream->next_in = vs->zlib.buffer [all...] |
/external/zlib/contrib/delphi/ |
ZLib.pas | 4 { ZLIB Data Compression Interface Unit } 10 { Updated for zlib 1.2.x by Cosmin Truta <cosmint@cs.ubbcluj.ro> } 12 unit ZLib;
|
/external/zlib/contrib/masm686/ |
match.asm | 4 ; Updated for zlib 1.1.3 and converted to MASM 6.1x
13 ; Written for zlib 1.1.2
44 ; gzhead and gzindex are added in zlib 1.2.2.2 (see deflate.h)
|
/bootable/recovery/minzip/ |
Zip.c | 7 #include "zlib.h" 570 * Initialize the zlib stream. 583 * Use the undocumented "negative window bits" feature to tell zlib 584 * that there's no zlib header waiting for it. 589 LOGE("Installed zlib is not compatible with linked version (%s)\n", 623 LOGD("zlib inflate call failed (zerr=%d)\n", zerr); [all...] |
/dalvik/libcore/archive/src/main/java/java/util/zip/ |
InflaterInputStream.java | 71 * particular the Inflater expects a ZLIB header from the input stream. 82 * for example one that expects no ZLIB header.
|
DeflaterOutputStream.java | 69 * In particular the {@code Deflater} produces a ZLIB header in the output
|
/external/libpng/projects/visualc71/ |
libpng.sln | 12 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "zlib.vcproj", "{2D4F8105-7D21-454C-9932-B47CAB71A5C0}"
|
/external/qemu/distrib/libpng-1.2.19/ |
pngwutil.c | 224 png_error(png_ptr, "zlib error"); 271 /* tell zlib we are finished */ 323 png_error(png_ptr, "zlib error"); 365 /* reset zlib for another zTXt/iTXt or image data */ 499 /* initialize zlib with PNG info */ 529 png_error(png_ptr, "zlib failed to initialize compressor"); 533 /* set it to a predefined value, to avoid its evaluation inside zlib */ 614 /* Optimize the CMF field in the zlib stream. */ 615 /* This hack of the zlib stream is compliant to the stream specification. */ 619 unsigned int z_cmf = data[0]; /* zlib compression method and flags * [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
inffast.c | 3 * For conditions of distribution and use, see copyright notice in zlib.h 78 unsigned dmax; /* maximum distance from zlib header */
|
/external/sonivox/jet_tools/JetCreator/ |
img_Cut.py | 5 import cStringIO, zlib
namespace 9 return zlib.decompress(
|
img_Save.py | 5 import cStringIO, zlib
namespace 9 return zlib.decompress(
|
/external/zlib/contrib/vstudio/vc7/ |
zlibvc.vcproj | 398 RelativePath=".\zlib.rc">
432 RelativePath="..\..\..\zlib.h">
|
/external/zlib/ |
inffast.c | 3 * For conditions of distribution and use, see copyright notice in zlib.h 78 unsigned dmax; /* maximum distance from zlib header */
|
/external/libpng/ |
libpng.3 | 818 .IR zlib(3) 905 Libpng uses zlib for its compression and decompression of PNG files. 906 Further information about zlib, and the latest version of zlib, can 907 be found at the zlib home page, <http://www.info-zip.org/pub/infozip/zlib/>. 908 The zlib compression utility is a general purpose utility that is 910 See the documentation delivered with zlib for more details. 911 You can usually find the source files for the zlib utility wherever you [all...] |
/build/tools/dexpreopt/afar/ |
main.c | 30 #include <zlib.h> // for adler32()
|
/dalvik/libcore/archive/src/main/native/ |
zipsup.h | 34 #include "zlib.h"
|
/external/bzip2/ |
bzlib.h | 226 to support better zlib compatibility.
|
/external/dropbear/ |
common-algo.c | 126 {"zlib", DROPBEAR_COMP_ZLIB, NULL, 1},
|
/external/dropbear/debian/ |
rules | 22 CONFFLAGS =--disable-zlib
|