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

1 23 4 5 6 7 8 91011>>

  /external/zlib/win32/
Makefile.bor 1 # Makefile for zlib
4 # Updated for zlib 1.2.x by Cosmin Truta, 11-Mar-2003
28 ZLIB_LIB = zlib.lib
47 adler32.obj: adler32.c zlib.h zconf.h
49 compress.obj: compress.c zlib.h zconf.h
51 crc32.obj: crc32.c zlib.h zconf.h crc32.h
53 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
55 gzio.obj: gzio.c zutil.h zlib.h zconf.h
57 infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h \
60 inffast.obj: inffast.c zutil.h zlib.h zconf.h inftrees.h inflate.h
    [all...]
Makefile.msc 1 # Makefile for zlib -- Microsoft (Visual) C
21 STATICLIB = zlib.lib
50 $(SHAREDLIB): win32/zlib.def $(OBJS) $(OBJA) zlib1.res
51 $(LD) $(LDFLAGS) -def:win32/zlib.def -dll -implib:$(IMPLIB) \
72 adler32.obj: adler32.c zlib.h zconf.h
74 compress.obj: compress.c zlib.h zconf.h
76 crc32.obj: crc32.c zlib.h zconf.h crc32.h
78 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
80 gzio.obj: gzio.c zutil.h zlib.h zconf.h
82 infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h
    [all...]
Makefile.emx 1 # Makefile for zlib. Modified for emx/rsxnt by Chr. Spieler, 6/16/98.
3 # For conditions of distribution and use, see copyright notice in zlib.h
28 INCL=zlib.h zconf.h
29 LIBS=zlib.a
50 zlib.a: $(OBJS)
63 $(RM) zlib.a
DLL_FAQ.txt 6 of the official DLL build of zlib, named ZLIB1.DLL. If you have
7 general questions about zlib, you should see the file "FAQ" found
8 in the zlib distribution, or at the following location:
9 http://www.gzip.org/zlib/zlib_faq.html
14 - ZLIB1.DLL is the official build of zlib as a DLL.
17 Pointers to a precompiled ZLIB1.DLL can be found in the zlib
19 http://www.zlib.org/
25 files "zlib.h" and "zlib.def", found in an official zlib
    [all...]
  /development/ide/xcode/zlib.xcodeproj/
project.pbxproj 30 FE08AA2F0944F2710057213F /* zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AA240944F2710057213F /* zlib.h */; };
61 FE08AA020944F1E40057213F /* adler32.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = adler32.c; path = "../../extlibs/zlib-1.2.3/adler32.c"; sourceTree = SOURCE_ROOT; };
62 FE08AA030944F1E40057213F /* compress.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = compress.c; path = "../../extlibs/zlib-1.2.3/compress.c"; sourceTree = SOURCE_ROOT; };
63 FE08AA040944F1E40057213F /* crc32.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = crc32.c; path = "../../extlibs/zlib-1.2.3/crc32.c"; sourceTree = SOURCE_ROOT; };
64 FE08AA050944F1E40057213F /* deflate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = deflate.c; path = "../../extlibs/zlib-1.2.3/deflate.c"; sourceTree = SOURCE_ROOT; };
65 FE08AA060944F1E40057213F /* infback.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = infback.c; path = "../../extlibs/zlib-1.2.3/infback.c"; sourceTree = SOURCE_ROOT; };
66 FE08AA070944F1E40057213F /* inffast.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = inffast.c; path = "../../extlibs/zlib-1.2.3/inffast.c"; sourceTree = SOURCE_ROOT; };
67 FE08AA080944F1E40057213F /* inflate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = inflate.c; path = "../../extlibs/zlib-1.2.3/inflate.c"; sourceTree = SOURCE_ROOT; };
68 FE08AA090944F1E40057213F /* inftrees.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = inftrees.c; path = "../../extlibs/zlib-1.2.3/inftrees.c"; sourceTree = SOURCE_ROOT; }
    [all...]
  /external/zlib/old/
Makefile.riscos 2 # Patched for zlib 1.1.2 rw@shadow.org.uk 19980430
15 libdest = lib:zlib
52 @copy @.h.zlib $(libdest).h.zlib A~C~DF~L~N~P~Q~RS~TV
55 @echo okay, installed zlib in $(libdest)
71 o.example: h.zlib
74 o.minigzip: h.zlib
77 o.adler32: h.zlib
80 o.compress: h.zlib
83 o.crc32: h.zlib
    [all...]
  /bootable/recovery/minzip/
Android.mk 12 external/zlib \
  /external/libpng/contrib/pngminim/encoder/
dummy_inflate.c 1 #include "zlib.h"
  /external/libpng/contrib/pngminus/
makefile.tc3 10 CCFLAGS=-O -m$(MODEL) -I..\libpng -I..\zlib
11 LDFLAGS=-m$(MODEL) -L..\libpng -L..\zlib
25 $(LD) $(LDFLAGS) png2pnm$(O) libpng$(L) zlib$(L)
31 $(LD) $(LDFLAGS) pnm2png$(O) libpng$(L) zlib$(L)
makefile.std 20 #ZLIB = -L$(ZPATH)/lib -lz
22 ZINC = -I../../../zlib
23 ZLIB = -L../../../zlib -lz
24 ZLIBS = ../../../zlib/libz.a
27 LDFLAGS=$(PNGLIB) $(ZLIB)
  /external/zlib/contrib/infback9/
infback9.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
10 * This should be compiled with zlib, since it uses zutil.h and zutil.o.
12 * comments in zlib.h for inflateBack() usage. These functions are used
16 * zlib.h must be included before this header file.
  /external/zlib/contrib/minizip/
iowin32.h 2 files using zlib + zip or unzip API
  /external/zlib/examples/
README.examples 1 This directory contains examples of the use of zlib.
5 - zlib isn't designed to do this, but fitblk does it anyway
35 reads and writes zlib streams from stdin to stdout
40 index a zlib or gzip stream and randomly access it
  /external/zlib/projects/visualc6/
zlib.dsp 1 # Microsoft Developer Studio Project File - Name="zlib" - Package Owner=<4>
8 CFG=zlib - Win32 LIB Debug
12 !MESSAGE NMAKE /f "zlib.mak".
17 !MESSAGE NMAKE /f "zlib.mak" CFG="zlib - Win32 LIB Debug"
21 !MESSAGE "zlib - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library")
22 !MESSAGE "zlib - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library")
23 !MESSAGE "zlib - Win32 DLL ASM Release" (based on "Win32 (x86) Dynamic-Link Library")
24 !MESSAGE "zlib - Win32 DLL ASM Debug" (based on "Win32 (x86) Dynamic-Link Library")
25 !MESSAGE "zlib - Win32 LIB Release" (based on "Win32 (x86) Static Library")
    [all...]
  /external/libpng/projects/visualc71/
README.txt 8 * The zlib source files are in ..\..\..\zlib
9 * The zlib project file is in . /* Warning: This is until the zlib project
10 files get intergrated into the next zlib release. The final zlib project
11 directory will then be ..\..\..\zlib\projects\visualc71. */
  /external/zlib/contrib/pascal/
readme.txt 3 zlib data compression library.
10 example.pas usage example of zlib
11 zlibpas.pas the Pascal interface to zlib
18 - Although the name "zlib" would have been more normal for the
19 zlibpas unit, this name is already taken by Borland's ZLib unit.
21 interface to the full-fledged zlib functionality, but a suite of
22 class wrappers around zlib streams. Other essential features,
27 - The C and zlib-supplied types int, uInt, long, uLong, etc. are
34 real need for unsigned int in zlib under a 32-bit environment.
36 - Except for the callbacks, the zlib function interfaces ar
    [all...]
  /external/zlib/contrib/asm586/
README.586 1 This is a patched version of zlib modified to use
17 factor, depending on the nature of the program using the zlib library.
34 Added for zlib 1.1.3:
39 To compile zlib with this asm file, copy match.S to the zlib directory
  /external/libpng/contrib/gregbook/
Makefile.sgi 14 # This makefile assumes libpng and zlib have already been built or downloaded
17 # the PNGINC, PNGLIB, ZINC and ZLIB lines.
19 # This makefile builds dynamically linked executables (against libpng and zlib,
21 # ZLIB lines.
35 ZLIB = -L/usr/local/lib -lz # dynamically linked against zlib
36 #ZLIB = /usr/local/lib/libz.a # statically linked against zlib
37 #ZINC = -I../zlib
38 #ZLIB = -L../zlib -l
    [all...]
  /external/zlib/contrib/ada/
read.adb 2 -- ZLib for Ada thick binding. --
6 -- Open source license information is in the zlib.ads file. --
17 with ZLib;
33 Header : constant ZLib.Header_Type := ZLib.Default;
34 -- Do not use Header other than Default in ZLib versions 1.1.4 and older.
45 Filter : ZLib.Filter_Type;
68 -- ZLib.Read
71 procedure Read is new ZLib.Read
114 Ada.Text_IO.Put_Line ("ZLib " & ZLib.Version)
    [all...]
  /external/zlib/msdos/
Makefile.bor 1 # Makefile for zlib
56 adler32.obj: adler32.c zlib.h zconf.h
58 compress.obj: compress.c zlib.h zconf.h
60 crc32.obj: crc32.c zlib.h zconf.h crc32.h
62 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
64 gzio.obj: gzio.c zutil.h zlib.h zconf.h
66 infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h \
69 inffast.obj: inffast.c zutil.h zlib.h zconf.h inftrees.h inflate.h \
72 inflate.obj: inflate.c zutil.h zlib.h zconf.h inftrees.h inflate.h \
75 inftrees.obj: inftrees.c zutil.h zlib.h zconf.h inftrees.
    [all...]
Makefile.msc 1 # Makefile for zlib
50 adler32.obj: adler32.c zlib.h zconf.h
52 compress.obj: compress.c zlib.h zconf.h
54 crc32.obj: crc32.c zlib.h zconf.h crc32.h
56 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
58 gzio.obj: gzio.c zutil.h zlib.h zconf.h
60 infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h \
63 inffast.obj: inffast.c zutil.h zlib.h zconf.h inftrees.h inflate.h \
66 inflate.obj: inflate.c zutil.h zlib.h zconf.h inftrees.h inflate.h \
69 inftrees.obj: inftrees.c zutil.h zlib.h zconf.h inftrees.
    [all...]
Makefile.tc 1 # Makefile for zlib
41 adler32.obj: adler32.c zlib.h zconf.h
43 compress.obj: compress.c zlib.h zconf.h
45 crc32.obj: crc32.c zlib.h zconf.h crc32.h
47 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
49 gzio.obj: gzio.c zutil.h zlib.h zconf.h
51 infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h \
54 inffast.obj: inffast.c zutil.h zlib.h zconf.h inftrees.h inflate.h \
57 inflate.obj: inflate.c zutil.h zlib.h zconf.h inftrees.h inflate.h \
60 inftrees.obj: inftrees.c zutil.h zlib.h zconf.h inftrees.
    [all...]
Makefile.emx 1 # Makefile for zlib. Modified for emx 0.9c by Chr. Spieler, 6/17/98.
3 # For conditions of distribution and use, see copyright notice in zlib.h
28 INCL=zlib.h zconf.h
29 LIBS=zlib.a
50 zlib.a: $(OBJS)
63 $(RM) zlib.a
  /external/zlib/contrib/
README.contrib 2 provided by users of zlib and were not tested by the authors of zlib.
4 for help about these, not the zlib authors. Thanks.
9 See http://zlib-ada.sourceforge.net/
32 A C++ I/O streams interface to the zlib gz* functions
54 Mini zip and unzip based on zlib
65 Example of the use of zlib
68 A very simple tar.gz file extractor using zlib
71 Building a minizip-enhanced zlib with Microsoft Visual Studio
  /external/zlib/contrib/vstudio/
readme.txt 1 Building instructions for the DLL versions of Zlib 1.2.3
4 This directory contains projects that build zlib and minizip using
16 - Uncompress current zlib, including all contrib/* files
25 - Uncompress current zlib, including all contrib/* files
39 - Uncompress current zlib, including all contrib/* files
53 - This DLL, named zlibwapi.dll, is compatible to the old zlib.dll built
54 by Gilles Vollant from the zlib 1.1.x sources, and distributed at
58 particular build of zlib.dll, you can rename zlibwapi.dll to zlib.dll.
61 versions of zlib.dll on the Internet.
    [all...]

Completed in 253 milliseconds

1 23 4 5 6 7 8 91011>>