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

1 2 3 45 6 7 8 91011>>

  /external/libpng/contrib/gregbook/
makevms.com 8 $! Set locations where zlib and libpng sources live.
13 $ if f$search("[---.zlib]zlib.h").nes."" then zpath = "[---.zlib]"
16 $ if f$search("[-.zlib]zlib.h").nes."" then zpath = "[-.zlib]"
21 $ write sys$output "zlib include not found. Exiting..."
  /external/libpng/contrib/visupng/
VisualPng.dsp 46 # ADD BASE CPP /nologo /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_NO_STDIO" /D "PNG_NO_GLOBAL_ARRAYS" /FD /c
48 # ADD CPP /nologo /MD /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_NO_STDIO" /D "PNG_NO_GLOBAL_ARRAYS" /FD /c
59 # ADD LINK32 ..\..\projects\visualc6\Win32_LIB_Release\libpng.lib ..\..\..\zlib\projects\visualc6\Win32_LIB_Release\zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
80 # ADD BASE CPP /nologo /W3 /Gm /ZI /Od /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "PNG_NO_STDIO" /D "PNG_NO_GLOBAL_ARRAYS" /FD /GZ /c
82 # ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "PNG_NO_STDIO" /D "PNG_NO_GLOBAL_ARRAYS" /FD /GZ /c
93 # ADD LINK32 ..\..\projects\visualc6\Win32_LIB_Release\libpng.lib ..\..\..\zlib\projects\visualc6\Win32_LIB_Release\zlib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"msvcrt.lib" /pdbtype:sept
README.txt 20 zlib DLLs and LIBs are in ..\..\projects\msvc\win32\zlib
22 zlib header files are in ..\..\..\zlib
50 libpng1.dll, zlib.dll and msvcrt.dll. These need to be in the user's PATH.
  /external/libpng/projects/cbuilder5/
libpng.bpf 17 USELIB("..\..\..\zlib\zlib.lib");
libpngstat.bpf 16 USELIB("..\..\..\zlib\zlib.lib");
libpngstat.bpr 14 <LIBFILES value="..\..\..\zlib\zlib.lib"/>
25 <INCLUDEPATH value="..\..;..\..\..\zlib;$(BCB)\include"/>
70 Item0=..\..;P:\My Documents\Source\PNG+ZLib\zlib;$(BCB)\include
  /external/libpng/scripts/
smakefile.ppc 10 CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTGO OPTPEEP OPTINLOCAL OPTINL IDIR /zlib \
17 LDLIBS = ../zlib/libzip.a LIB:scppc.a
makefile.vcawin32 9 # Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib
19 CFLAGS = -nologo -DPNG_USE_PNGVCRD -MD -O2 -W3 -I..\zlib
92 $(LD) $(LDFLAGS) -out:$@ pngtest$(O) libpng.lib ..\zlib\zlib.lib $(ERRFILE)
  /external/zlib/contrib/ada/
zlib-streams.ads 2 -- ZLib for Ada thick binding. --
6 -- Open source license information is in the zlib.ads file. --
9 -- $Id: zlib-streams.ads,v 1.12 2004/05/31 10:53:40 vagul Exp $
11 package ZLib.Streams is
77 -- !!! When the Need_Header is False ZLib-Ada is using undocumented
78 -- ZLib 1.1.4 functionality to do not create/wait for ZLib headers.
114 end ZLib.Streams;
mtest.adb 2 -- ZLib for Ada thick binding. --
6 -- Open source license information is in the zlib.ads file. --
8 -- Continuous test for ZLib multithreading. If the test would fail
13 with ZLib;
22 use ZLib;
73 procedure Compare_Write is new ZLib.Write (Write => Compare);
133 & ZLib.Count'Image (Total_Out (Deflate)));
  /external/zlib/as400/
compile.clp 3 /* ZLIB */
14 VALUE('ZLIB') /* Source library. */
21 VALUE('ZLIB') /* Module library. */
113 CRTSRVPGM SRVPGM(&SRVLIB/ZLIB) +
121 TEXT('ZLIB 1.2.3') TGTRLS(V4R4M0)
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
8 subject to change. Applications should only use zlib.h.
59 HEAD -> (gzip) or (zlib)
62 (zlib) -> DICTID or TYPE
80 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
82 int flags; /* gzip header method and flags (0 if zlib) */
83 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
  /external/zlib/examples/
zpipe.c 1 /* zpipe.c: example of proper use of zlib's inflate() and deflate()
9 1.2 9 Nov 2004 Add assertions to document zlib guarantees
16 #include "zlib.h"
23 level is supplied, Z_VERSION_ERROR if the version of zlib.h and the
79 invalid or incomplete, Z_VERSION_ERROR if the version of zlib.h and
140 /* report a zlib or i/o error */
161 fputs("zlib version mismatch!\n", stderr);
  /external/zlib/
inflate.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
8 subject to change. Applications should only use zlib.h.
59 HEAD -> (gzip) or (zlib)
62 (zlib) -> DICTID or TYPE
80 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
82 int flags; /* gzip header method and flags (0 if zlib) */
83 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */
  /build/tools/dexpreopt/afar/
Android.mk 23 LOCAL_C_INCLUDES := external/zlib
  /development/tools/etc1tool/
Android.mk 13 LOCAL_C_INCLUDES += external/zlib
  /external/zlib/contrib/masmx86/
readme.txt 10 Copy these files into the zlib source directory, then run the
  /external/zlib/contrib/puff/
README 9 does so more slowly than zlib, but the code is about one-fifth the size of the
10 inflate code in zlib, and written to be very easy to read.
27 Well, most likely you should just be reading puff.c and using zlib for actual
55 pretty, but it works. (This is one of the reasons you should be using zlib.)
  /frameworks/base/tools/aapt/
Android.mk 29 LOCAL_C_INCLUDES += external/zlib
  /frameworks/base/libs/utils/
ZipUtils.cpp 31 #include <zlib.h>
61 * Initialize the zlib stream.
74 * Use the undocumented "negative window bits" feature to tell zlib
75 * that there's no zlib header waiting for it.
80 LOGE("Installed zlib is not compatible with linked version (%s)\n",
117 LOGD("zlib inflate call failed (zerr=%d)\n", zerr);
173 * Initialize the zlib stream.
186 * Use the undocumented "negative window bits" feature to tell zlib
187 * that there's no zlib header waiting for it.
192 LOGE("Installed zlib is not compatible with linked version (%s)\n"
    [all...]
  /bootable/recovery/applypatch/
Android.mk 23 LOCAL_C_INCLUDES += external/bzip2 external/zlib bootable/recovery
56 LOCAL_C_INCLUDES += external/zlib external/bzip2
  /external/kernel-headers/original/linux/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
  /external/libpng/
Android.mk 39 LOCAL_C_INCLUDES += $(common_C_INCLUDES) external/zlib
57 external/zlib
  /external/zlib/contrib/infback9/
inflate9.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
8 subject to change. Applications should only use zlib.h.
  /external/zlib/contrib/iostream3/
README 1 These classes provide a C++ stream interface to the zlib library. It allows you
11 and made available in the zlib contrib/iostream directory. The older version still

Completed in 335 milliseconds

1 2 3 45 6 7 8 91011>>