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

1 2 3 4 5 6 78 91011>>

  /external/llvm/include/llvm/Support/
Compression.h 25 namespace zlib { namespace in namespace:llvm
36 StatusUnsupported, // zlib is unavailable
54 } // End of namespace zlib
  /build/tools/zipalign/
Android.mk 15 LOCAL_C_INCLUDES += external/zlib \
  /external/chromium_org/mojo/tools/package_manager/
BUILD.gn 26 "//third_party/zlib:zip",
  /external/chromium_org/third_party/zlib/google/
zip.gyp 11 '../zlib.gyp:minizip',
  /external/nanopb-c/
README.android 3 License: zlib
  /external/zlib/src/contrib/iostream3/
TODO 5 - The ability to seek (zlib supports this, but could be slow/tricky)
  /external/zlib/src/contrib/untgz/
Makefile 7 untgz.o: untgz.c ../../zlib.h
  /external/zlib/src/old/
visual-basic.txt 15 Subject: Re: How to port zlib declares to vb?
32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As
43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As
46 Declare Function gzclose Lib "ZLIB.DLL" (ByVal file As
86 Private Declare Function lngfncCpr Lib "zlib.dll" Alias "compress2" (ByRef
89 Private Declare Function lngfncUcp Lib "zlib.dll" Alias "uncompress" (ByRef
  /external/zlib/src/win32/
zlib.def 0 ; zlib data compression library
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py 11 # zlib is not used here, but if it's not available
14 import zlib namespace
16 zlib = None variable
92 @unittest.skipUnless(zlib, "requires zlib")
135 @unittest.skipUnless(zlib, "requires zlib")
170 @unittest.skipUnless(zlib, "requires zlib")
192 @unittest.skipUnless(zlib, "requires zlib"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py 11 # zlib is not used here, but if it's not available
14 import zlib namespace
16 zlib = None variable
92 @unittest.skipUnless(zlib, "requires zlib")
135 @unittest.skipUnless(zlib, "requires zlib")
170 @unittest.skipUnless(zlib, "requires zlib")
192 @unittest.skipUnless(zlib, "requires zlib"
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
checksum.h 16 // A wrapper for the adler32() function from zlib. This can be replaced
23 #include "zlib.h"
  /external/chromium_org/third_party/apache-win32/
NOTICE.txt 27 This binary distribution of mod_deflate.so includes zlib compression code
28 <http://www.gzip.org/zlib/> written by Jean-loup Gailly (jloup@gzip.org)
  /external/chromium_org/third_party/zlib/
LICENSE 0 /* zlib.h -- interface of the 'zlib' general purpose compression library
gzguts.h 1 /* gzguts.h -- zlib internal header definitions for gz* operations
3 * For conditions of distribution and use, see copyright notice in zlib.h
22 #include "zlib.h"
63 /* provide prototypes for these when building zlib without LFS */
113 /* zlib inflate or deflate stream */
  /external/libpng/
TODO 25 Switch to the simpler zlib (zlib/libpng) license if legally possible.
  /external/libpng/contrib/gregbook/
Makefile.w32 22 # This makefile assumes libpng and zlib have already been built or downloaded
26 # Note that the names of the dynamic and static libpng and zlib libraries
29 # menting the appropriate PNGLIB and ZLIB lines.
41 ZPATH = ../zlib
43 #ZLIB = $(ZPATH)/zlibdll.lib
44 ZLIB = $(ZPATH)/zlibstat.lib
50 RLIBS = $(PNGLIB) $(ZLIB) $(WINLIBS)
51 WLIBS = $(PNGLIB) $(ZLIB)
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/pngminim/encoder/
makefile 27 ZLIBSRC=$(PNGSRC)/../zlib
30 # Zlib
35 #ZH = zlib.h crc32.h deflate.h trees.h zutil.h
36 ZH = zlib.h crc32.h deflate.h trees.h zutil.h
42 ZINC = zlib.h $(ZCONF)
44 # Headers the Zlib source uses
47 # compress is not required; it is needed to link the zlib
137 # zlib release
  /external/libpng/contrib/visupng/
VisualPng.dsp 46 # ADD BASE CPP /nologo /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_NO_STDIO" /FD /c
48 # ADD CPP /nologo /MD /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_NO_STDIO" /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" /FD /GZ /c
82 # ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "PNG_NO_STDIO" /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/scripts/
smakefile.ppc 10 CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTGO OPTPEEP OPTINLOCAL OPTINL IDIR /zlib \
17 LDLIBS = ../zlib/libzip.a LIB:scppc.a
  /external/zlib/src/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;
  /external/zopfli/src/zopfli/
zlib_container.h 24 Functions to compress according to the Zlib specification.
34 Compresses according to the zlib specification and append the compressed
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 23 /* zlib.h defines the structure z_stream, an instance of which is included
27 #include "zlib.h"
67 png_bytep zbuf; /* buffer for zlib */
80 png_uint_32 zlib_state; /* State of zlib initialization */
83 int zlib_level; /* holds zlib compression level */
84 int zlib_method; /* holds zlib compression method */
85 int zlib_window_bits; /* holds zlib compression window bits */
86 int zlib_mem_level; /* holds zlib compression memory level */
87 int zlib_strategy; /* holds zlib compression strategy */
92 int zlib_text_level; /* holds zlib compression level *
    [all...]

Completed in 2426 milliseconds

1 2 3 4 5 6 78 91011>>