HomeSort by relevance Sort by last modified time
    Searched full:zlib (Results 276 - 300 of 546) sorted by null

<<11121314151617181920>>

  /external/libpng/scripts/
makefile.dec 54 # Where the zlib library and include files are located
57 ZLIBLIB=../zlib
58 ZLIBINC=../zlib
makefile.sco 38 # Where the zlib library and include files are located
41 ZLIBLIB=../zlib
42 ZLIBINC=../zlib
  /external/qemu/block/
dmg.c 28 #include <zlib.h>
162 /* initialize zlib engine */
210 case 0x80000005: { /* zlib compressed */
  /external/zlib/examples/
fitblk.c 57 #include "zlib.h"
134 z_stream def, inf; /* zlib deflate and inflate states */
142 if (ret < 8) /* 8 is minimum zlib stream size */
gzappend.c 35 * - Use new data_type definition for zlib 1.2.1
51 zlib 1.2.x's inflate() function. This option returns from inflate() at each
54 another required feature of zlib 1.2.x is that inflate() now provides the
56 with versions of zlib earlier than 1.2.1.
83 #include "zlib.h"
  /external/dropbear/
includes.h 107 #include <zlib.h>
  /external/libpng/
configure.ac 60 AC_CHECK_LIB(z, zlibVersion, , AC_ERROR([zlib not installed]))
pngconf.h 96 * usage. Note that zlib allocates at least 32Kb also. For readers,
160 * large file), zlib needs to know how big of a chunk it can use, and
312 #ifdef OF /* zlib prototype munger */
    [all...]
pngtest.c 493 * 64K. However, zlib may allocate more then 64K if you don't tell
494 * it not to. See zconf.h and png.h for more information. zlib does
499 * by setting MAXSEG_64K in zlib zconf.h *or* PNG_MAX_MALLOC_64K.
    [all...]
pngwutil.c 238 png_error(png_ptr, "zlib error");
286 /* Tell zlib we are finished */
339 png_error(png_ptr, "zlib error");
381 /* Reset zlib for another zTXt/iTXt or image data */
519 /* Initialize zlib with PNG info */
552 "zlib failed to initialize compressor -- version error");
554 "zlib failed to initialize compressor -- stream error");
556 "zlib failed to initialize compressor -- mem error");
557 png_error(png_ptr, "zlib failed to initialize compressor");
562 /* Set it to a predefined value, to avoid its evaluation inside zlib */
    [all...]
libpng-1.2.44.txt 84 Libpng uses zlib for its compression and decompression of PNG files.
85 Further information about zlib, and the latest version of zlib, can
86 be found at the zlib home page, <http://www.info-zip.org/pub/infozip/zlib/>.
87 The zlib compression utility is a general purpose utility that is
89 See the documentation delivered with zlib for more details.
90 You can usually find the source files for the zlib utility wherever you
    [all...]
  /external/libpng/contrib/gregbook/
writepng.c 59 #include "png.h" /* libpng header; includes zlib.h and setjmp.h */
73 fprintf(stderr, " Compiled with zlib %s; using zlib %s.\n",
122 * which is the default; want 32K zlib window, unless entire image buffer
  /external/libpng/contrib/pngminus/
makevms.com 7 $ zlibsrc = "[---.zlib]"
  /external/libxml2/
xlink.c 32 #include <zlib.h>
  /external/skia/
Android.mk 5 # build the skia+fretype+png+jpeg+zlib+gif library
213 external/zlib \
  /external/sonivox/jet_tools/JetCreator/
img_Find.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
img_Open.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
img_Redo.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
img_Undo.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
  /dalvik/libdex/
ZipArchive.c 21 #include <zlib.h>
515 * Initialize the zlib stream struct.
528 * Use the undocumented "negative window bits" feature to tell zlib
529 * that there's no zlib header waiting for it.
534 LOGE("Installed zlib is not compatible with linked version (%s)\n",
551 LOGW("zlib inflate: zerr=%d (nIn=%p aIn=%u nOut=%p aOut=%u)\n",
  /external/zlib/contrib/pascal/
example.pas 1 (* example.c -- usage example of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
419 d_stream.avail_in := 2; (* just read the zlib header *)
533 EXIT_ERR('Incompatible zlib version');
535 WriteLn('zlib version: ', zlibVersion);
536 WriteLn('zlib compile flags: ', Format('0x%x', [zlibCompileFlags]));
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h 93 * usage. Note that zlib allocates at least 32Kb also. For readers,
132 * large file), zlib needs to know how big of a chunk it can use, and
274 #ifdef OF /* zlib prototype munger */
    [all...]
  /external/skia/xcode/SampleCode/SampleCode.xcodeproj/
project.pbxproj 184 containerPortal = 00ED8C240D3E999300651393 /* zlib.xcodeproj */;
187 remoteInfo = zlib;
240 containerPortal = 00ED8C240D3E999300651393 /* zlib.xcodeproj */;
243 remoteInfo = zlib;
330 00ED8C240D3E999300651393 /* zlib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = zlib.xcodeproj; path = ../zlib.xcodeproj; sourceTree = SOURCE_ROOT; };
    [all...]
  /external/freetype/include/freetype/config/
ftoption.h 161 /* that come with XFree86. The implementation uses `zlib' to */
172 /* ZLib library selection */
176 /* installation of the ZLib library. This is useful on systems like */
180 /* of the zlib sources instead. These have been modified to be */
183 /* _and_ ZLib without linking conflicts. */
    [all...]
  /dalvik/libcore/archive/src/main/java/java/util/zip/
Inflater.java 28 * Basically this class is part of the API to the stream based ZLIB compression
60 * stream. Use {@code Inflater(boolean)} if the input comes without a ZLIB
72 * {@code true} indicates that no ZLIB header comes with the

Completed in 1173 milliseconds

<<11121314151617181920>>