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

1 2 3 4 5 6 78 91011>>

  /external/openssl/crypto/comp/
comp.h 53 #ifdef ZLIB
  /external/openssl/include/openssl/
comp.h 53 #ifdef ZLIB
  /external/qemu/distrib/zlib-1.2.3/
zutil.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
8 subject to change. Applications should only use zlib.h.
17 #include "zlib.h"
85 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
zlib.h 0 /* zlib.h -- interface of the 'zlib' general purpose compression library
26 The data format used by the zlib library is described by RFCs (Request for
28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
44 The 'zlib' compression library provides in-memory compression and
57 the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped
62 with "gz". The gzip format is different from the zlib format. gzip is a
67 The zlib format was designed to be compact and fast for use in memory
69 file compression on file systems, has a larger header than zlib to maintai
    [all...]
  /external/webkit/WebCore/WebCore.vcproj/
WebCoreCairo.vsprops 9 AdditionalIncludeDirectories=""$(ProjectDir)..\platform\graphics\cairo";"$(ProjectDir)..\svg\graphics\cairo";"$(ProjectDir)..\platform\image-decoders";"$(ProjectDir)..\platform\image-decoders\bmp";"$(ProjectDir)..\platform\image-decoders\gif";"$(ProjectDir)..\platform\image-decoders\ico";"$(ProjectDir)..\platform\image-decoders\jpeg";"$(ProjectDir)..\platform\image-decoders\png";"$(ProjectDir)..\platform\image-decoders\xbm";"$(ProjectDir)..\platform\image-decoders\zlib";"$(WebKitLibrariesDir)\include\cairo""
  /external/zlib/
Android.mk 4 # measurements show that the ARM version of ZLib is about x1.17 faster
zutil.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
8 subject to change. Applications should only use zlib.h.
17 #include "zlib.h"
85 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
zlib.h 0 /* zlib.h -- interface of the 'zlib' general purpose compression library
26 The data format used by the zlib library is described by RFCs (Request for
28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
44 The 'zlib' compression library provides in-memory compression and
57 the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped
62 with "gz". The gzip format is different from the zlib format. gzip is a
67 The zlib format was designed to be compact and fast for use in memory
69 file compression on file systems, has a larger header than zlib to maintai
    [all...]
  /external/zlib/contrib/masmx64/
readme.txt 15 Copy these files into the zlib source directory.
inffas8664.c 5 * For conditions of distribution and use, see copyright notice in zlib.h
25 * the gcc -S output of zlib-1.2.0/inffast.c. Zlib-1.2.0 is in beta release at
31 * http://www.eetbeetee.com/zlib/ and http://www.charm.net/~christop/zlib/
  /external/libpng/scripts/
makefile.hp64 10 # Where the zlib library and include files are located
11 ZLIBLIB=/opt/zlib/lib
12 ZLIBINC=/opt/zlib/include
14 # Note that if you plan to build a libpng shared library, zlib must also
15 # be a shared library, which zlib's configure does not do. After running
16 # zlib's configure, edit the appropriate lines of makefile to read:
45 # Caution: be sure you have built zlib with the same CFLAGS.
makefile.hpux 10 # Where the zlib library and include files are located
11 ZLIBLIB=/opt/zlib/lib
12 ZLIBINC=/opt/zlib/include
14 # Note that if you plan to build a libpng shared library, zlib must also
15 # be a shared library, which zlib's configure does not do. After running
16 # zlib's configure, edit the appropriate lines of makefile to read:
52 # Caution: be sure you have built zlib with the same CFLAGS.
  /external/zlib/contrib/ada/
zlib.ads 2 -- ZLib for Ada thick binding. --
28 -- $Id: zlib.ads,v 1.26 2004/09/06 06:53:19 vagul Exp $
34 package ZLib is
67 -- Only one method allowed in this ZLib version
99 -- zlib or gzip format, this will cause inflate() to return immediately
132 -- Return string representation of the ZLib version.
143 -- When Header parameter is Auto or Default, then default zlib header
154 -- Default header type mean that ZLib default header is expecting in the
162 -- supported for inflate routine only in ZLib versions 1.2.0.2 and later.
328 end ZLib;
    [all...]
  /external/libpng/contrib/gregbook/
Makefile.unx 15 # This makefile assumes libpng and zlib have already been built or downloaded
21 # (against libpng and zlib, that is), but that can be changed by modifying
42 ZLIBd = -L$(ZDIR) -lz # dynamically linked against zlib
43 ZLIBs = $(ZDIR)/libz.a # statically linked against zlib
45 #ZDIR = ../zlib
  /external/zlib/contrib/minizip/
zip.h 1 /* zip.h -- IO for compress .zip files using zlib
18 Condition of use and distribution are the same than zlib :
54 #include "zlib.h"
117 pathname contain on Windows XP a filename like "c:\\zlib\\zlib113.zip" or on
118 an Unix computer "zlib/zlib113.zip".
unzip.h 1 /* unzip.h -- IO for uncompress .zip files using zlib
17 Condition of use and distribution are the same than zlib :
53 #include "zlib.h"
138 on a Windows XP computer "c:\\zlib\\zlib113.zip" or on an Unix computer
139 "zlib/zlib113.zip".
311 (UNZ_ERRNO for IO error, or zLib error for uncompress error)
  /ndk/build/platforms/android-3/arch-arm/usr/include/
zlib.h 0 /* zlib.h -- interface of the 'zlib' general purpose compression library
26 The data format used by the zlib library is described by RFCs (Request for
28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
44 The 'zlib' compression library provides in-memory compression and
57 the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped
62 with "gz". The gzip format is different from the zlib format. gzip is a
67 The zlib format was designed to be compact and fast for use in memory
69 file compression on file systems, has a larger header than zlib to maintai
    [all...]
  /ndk/build/platforms/android-4/arch-arm/usr/include/
zlib.h 0 /* zlib.h -- interface of the 'zlib' general purpose compression library
26 The data format used by the zlib library is described by RFCs (Request for
28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
44 The 'zlib' compression library provides in-memory compression and
57 the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped
62 with "gz". The gzip format is different from the zlib format. gzip is a
67 The zlib format was designed to be compact and fast for use in memory
69 file compression on file systems, has a larger header than zlib to maintai
    [all...]
  /ndk/build/platforms/android-5/arch-arm/usr/include/
zlib.h 0 /* zlib.h -- interface of the 'zlib' general purpose compression library
26 The data format used by the zlib library is described by RFCs (Request for
28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
44 The 'zlib' compression library provides in-memory compression and
57 the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped
62 with "gz". The gzip format is different from the zlib format. gzip is a
67 The zlib format was designed to be compact and fast for use in memory
69 file compression on file systems, has a larger header than zlib to maintai
    [all...]
  /ndk/build/platforms/android-5/arch-x86/usr/include/
zlib.h 0 /* zlib.h -- interface of the 'zlib' general purpose compression library
26 The data format used by the zlib library is described by RFCs (Request for
28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
44 The 'zlib' compression library provides in-memory compression and
57 the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped
62 with "gz". The gzip format is different from the zlib format. gzip is a
67 The zlib format was designed to be compact and fast for use in memory
69 file compression on file systems, has a larger header than zlib to maintai
    [all...]
  /ndk/build/platforms/android-8/arch-arm/usr/include/
zlib.h 0 /* zlib.h -- interface of the 'zlib' general purpose compression library
26 The data format used by the zlib library is described by RFCs (Request for
28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
44 The 'zlib' compression library provides in-memory compression and
57 the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped
62 with "gz". The gzip format is different from the zlib format. gzip is a
67 The zlib format was designed to be compact and fast for use in memory
69 file compression on file systems, has a larger header than zlib to maintai
    [all...]
  /ndk/build/platforms/android-8/arch-x86/usr/include/
zlib.h 0 /* zlib.h -- interface of the 'zlib' general purpose compression library
26 The data format used by the zlib library is described by RFCs (Request for
28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
44 The 'zlib' compression library provides in-memory compression and
57 the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped
62 with "gz". The gzip format is different from the zlib format. gzip is a
67 The zlib format was designed to be compact and fast for use in memory
69 file compression on file systems, has a larger header than zlib to maintai
    [all...]
  /external/zlib/examples/
zran.c 1 /* zran.c -- example of zlib/gzip stream indexing and random access
3 * For conditions of distribution and use, see copyright notice in zlib.h
7 for random access of a compressed file. A file containing a zlib or gzip
19 input zlib or gzip stream a block at a time, and at the end of each block
53 #include "zlib.h"
135 of the first zlib or gzip stream in the file is ignored. build_index()
155 ret = inflateInit2(&strm, 47); /* automatic zlib or gzip decoding */
161 information at the end of the gzip or zlib stream */
205 entry point after the zlib or gzip header, and assures that the
  /external/dropbear/
configure.in 87 # Check if zlib is needed
88 AC_ARG_WITH(zlib,
89 [ --with-zlib=PATH Use zlib in PATH],
105 AC_ARG_ENABLE(zlib,
106 [ --disable-zlib Don't include zlib support],
109 AC_DEFINE(DISABLE_ZLIB,, Use zlib)
110 AC_MSG_NOTICE(Disabling zlib)
112 AC_CHECK_LIB(z, deflate, , AC_MSG_ERROR([*** zlib missing - install first or check config.log ***])
    [all...]
  /external/libpng/projects/visualc6/
libpng.dsp 53 # ADD CPP /nologo /MD /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_BUILD_DLL" /D "PNG_NO_MMX_CODE" /D "ZLIB_DLL" /D "_CRT_SECURE_NO_WARNINGS" /FD /c
66 # ADD LINK32 zlib1.lib /nologo /dll /machine:I386 /out:"Win32_DLL_Release\libpng13.dll" /libpath:"..\..\..\zlib\projects\visualc6\Win32_DLL_Release"
84 # ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "DEBUG" /D "PNG_NO_MMX_CODE" /D PNG_DEBUG=1 /D "PNG_BUILD_DLL" /D "ZLIB_DLL" /D "_CRT_SECURE_NO_WARNINGS" /FD /GZ /c
97 # ADD LINK32 zlib1d.lib /nologo /dll /debug /machine:I386 /out:"Win32_DLL_Debug\libpng13d.dll" /libpath:"..\..\..\zlib\projects\visualc6\Win32_DLL_Debug"
115 # ADD CPP /nologo /MD /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_USE_PNGVCRD" /D "PNG_BUILD_DLL" /D "ZLIB_DLL" /D "PNG_LIBPNG_SPECIALBUILD" /D "_CRT_SECURE_NO_WARNINGS" /FD /c
128 # ADD LINK32 zlib1.lib /nologo /dll /machine:I386 /out:"Win32_DLL_ASM_Release\libpng13.dll" /libpath:"..\..\..\zlib\projects\visualc6\Win32_DLL_ASM_Release"
146 # ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "DEBUG" /D PNG_DEBUG=1 /D "PNG_USE_PNGVCRD" /D "PNG_BUILD_DLL" /D "ZLIB_DLL" /D "PNG_LIBPNG_SPECIALBUILD" /D "_CRT_SECURE_NO_WARNINGS" /FD /GZ /c
159 # ADD LINK32 zlib1d.lib /nologo /dll /debug /machine:I386 /out:"Win32_DLL_ASM_Debug\libpng13d.dll" /libpath:"..\..\..\zlib\projects\visualc6\Win32_DLL_ASM_Debug"
177 # ADD CPP /nologo /MD /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_BUILD_DLL" /D "ZLIB_DLL" /D PNGAPI=__stdcall /D "PNG_NO_MODULEDEF" /D "PNG_LIBPNG_SPECIALBUILD" /D "_CRT_SECURE_NO_WARNINGS" /FD /c
190 # ADD LINK32 zlib1.lib /nologo /dll /machine:I386 /out:"Win32_DLL_VB\libpng13vb.dll" /libpath:"..\..\..\zlib\projects\visualc6\Win32_DLL_Release"
    [all...]

Completed in 1014 milliseconds

1 2 3 4 5 6 78 91011>>