/external/zlib/src/contrib/delphi/ |
zlibd32.mak | 1 # Makefile for zlib 3 # Updated for zlib 1.2.x by Cosmin Truta 19 ZLIB_LIB = zlib.lib 33 adler32.obj: adler32.c zlib.h zconf.h 35 compress.obj: compress.c zlib.h zconf.h 37 crc32.obj: crc32.c zlib.h zconf.h crc32.h 39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 41 gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h 43 gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h 45 gzread.obj: gzread.c zlib.h zconf.h gzguts. [all...] |
/external/zlib/src/contrib/pascal/ |
zlibd32.mak | 1 # Makefile for zlib 3 # Updated for zlib 1.2.x by Cosmin Truta 19 ZLIB_LIB = zlib.lib 33 adler32.obj: adler32.c zlib.h zconf.h 35 compress.obj: compress.c zlib.h zconf.h 37 crc32.obj: crc32.c zlib.h zconf.h crc32.h 39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 41 gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h 43 gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h 45 gzread.obj: gzread.c zlib.h zconf.h gzguts. [all...] |
/external/libpng/scripts/ |
libpng.icc | 15 option incl(searchpath, "../zlib"), opt(level, "2"), 16 link(libsearchpath, "../zlib") 38 option incl(searchpath, "../zlib"), opt(level, "2"), 39 link(libsearchpath, "../zlib") 45 source type(lib) "zlib.lib"
|
/external/zlib/src/win32/ |
Makefile.bor | 1 # Makefile for zlib 25 ZLIB_LIB = zlib.lib 44 adler32.obj: adler32.c zlib.h zconf.h 46 compress.obj: compress.c zlib.h zconf.h 48 crc32.obj: crc32.c zlib.h zconf.h crc32.h 50 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 52 gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h 54 gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h 56 gzread.obj: gzread.c zlib.h zconf.h gzguts.h 58 gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts. [all...] |
Makefile.msc | 1 # Makefile for zlib using Microsoft (Visual) C 2 # zlib is copyright (C) 1995-2006 Jean-loup Gailly and Mark Adler 20 STATICLIB = zlib.lib 29 CFLAGS = -nologo -MD -W3 -O2 -Oy- -Zi -Fd"zlib" $(LOC) 50 $(SHAREDLIB): $(TOP)/win32/zlib.def $(OBJS) $(OBJA) zlib1.res 51 $(LD) $(LDFLAGS) -def:$(TOP)/win32/zlib.def -dll -implib:$(IMPLIB) \ 91 adler32.obj: $(TOP)/adler32.c $(TOP)/zlib.h $(TOP)/zconf.h 93 compress.obj: $(TOP)/compress.c $(TOP)/zlib.h $(TOP)/zconf.h 95 crc32.obj: $(TOP)/crc32.c $(TOP)/zlib.h $(TOP)/zconf.h $(TOP)/crc32.h 97 deflate.obj: $(TOP)/deflate.c $(TOP)/deflate.h $(TOP)/zutil.h $(TOP)/zlib.h $(TOP)/zconf. [all...] |
/external/zlib/src/as400/ |
bndsrc | 1 STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB') 8 /* *MODULE ADLER32 ZLIB 01/02/01 00:15:09 */ 14 /* *MODULE COMPRESS ZLIB 01/02/01 00:15:09 */ 21 /* *MODULE CRC32 ZLIB 01/02/01 00:15:09 */ 28 /* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */ 42 /* *MODULE GZIO ZLIB 01/02/01 00:15:09 */ 64 /* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */ 77 /* *MODULE UNCOMPR ZLIB 01/02/01 00:15:09 */ 83 /* *MODULE ZUTIL ZLIB 01/02/01 00:15:09 */ 94 /* *MODULE COMPRESS ZLIB 01/02/01 00:15:09 * [all...] |
/external/chromium_org/build/linux/unbundle/ |
libpng.gyp | 11 '../zlib/zlib.gyp:zlib',
|
/external/chromium_org/rlz/lib/ |
crc32_wrapper.cc | 5 // A wrapper around ZLib's CRC functions to put them in the rlz_lib namespace 11 #include "third_party/zlib/zlib.h"
|
/external/chromium_org/tools/imagediff/ |
image_diff.gyp | 17 '../../third_party/zlib/zlib.gyp:zlib',
|
/external/libpng/contrib/pngminim/preader/ |
gather.sh | 7 # change the following 2 lines if zlib is somewhere else 8 cp ../../../../zlib/*.h . 9 cp ../../../../zlib/*.c .
|
/external/zlib/src/contrib/vstudio/vc10/ |
zlib.rc | 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
21 VALUE "InternalName", "zlib\0"
23 VALUE "ProductName", "ZLib.DLL\0"
|
/external/zlib/src/contrib/vstudio/vc11/ |
zlib.rc | 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
21 VALUE "InternalName", "zlib\0"
23 VALUE "ProductName", "ZLib.DLL\0"
|
/external/zlib/src/contrib/vstudio/vc9/ |
zlib.rc | 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
21 VALUE "InternalName", "zlib\0"
23 VALUE "ProductName", "ZLib.DLL\0"
|
/external/zlib/src/contrib/asm686/ |
README.686 | 1 This is a patched version of zlib, modified to use 9 compiler used to build the original version of zlib falls afoul of the 25 Added for zlib 1.1.3: 30 To compile zlib with this asm file, copy match.S to the zlib directory 47 license to match that of the rest of zlib. Share and Enjoy!
|
/external/zlib/src/ |
Makefile.in | 1 # Makefile for zlib 3 # For conditions of distribution and use, see copyright notice in zlib.h 14 # To install /usr/local/lib/libz.* and /usr/local/include/zlib.h, type: 88 echo ' *** zlib test OK ***'; \ 90 echo ' *** zlib test FAILED ***'; false; \ 101 echo ' *** zlib shared test OK ***'; \ 103 echo ' *** zlib shared test FAILED ***'; false; \ 110 echo ' *** zlib 64-bit test OK ***'; \ 112 echo ' *** zlib 64-bit test FAILED ***'; false; \ 116 infcover.o: test/infcover.c zlib.h zconf. [all...] |
gzclose.c | 1 /* gzclose.c -- zlib gzclose() function 3 * For conditions of distribution and use, see copyright notice in zlib.h
|
CMakeLists.txt | 4 project(zlib C) 75 message(STATUS "to 'zconf.h.included' because this file is included with zlib") 81 set(ZLIB_PC ${CMAKE_CURRENT_BINARY_DIR}/zlib.pc) 82 configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/zlib.pc.cmakein 90 # zlib 95 zlib.h 165 # parse the full version number from zlib.h and include in ZLIB_FULL_VERSION 166 file(READ ${CMAKE_CURRENT_SOURCE_DIR}/zlib.h _zlib_h_contents) 186 add_library(zlib SHARED ${ZLIB_SRCS} ${ZLIB_ASMS} ${ZLIB_DLL_SRCS} ${ZLIB_PUBLIC_HDRS} ${ZLIB_PRIVATE_HDRS}) 188 set_target_properties(zlib PROPERTIES DEFINE_SYMBOL ZLIB_DLL [all...] |
/external/chromium_org/chrome/browser/metrics/ |
compression_utils.cc | 10 #include "third_party/zlib/zlib.h" 14 // The difference in bytes between a zlib header and a gzip header. 18 // zlib header when calling deflateInit2_. 21 // This describes the amount of memory zlib uses to compress data. It can go 23 // http://www.zlib.net/manual.html (search for memLevel). 26 // This code is taken almost verbatim from third_party/zlib/compress.c. The only 28 // That causes a gzip header to be emitted rather than a zlib header.
|
/external/chromium_org/courgette/ |
crc.cc | 8 # include "zlib.h" 23 // Calculate Crc by calling CRC method in zlib
|
/external/chromium_org/third_party/zlib/ |
gzclose.c | 1 /* gzclose.c -- zlib gzclose() function 3 * For conditions of distribution and use, see copyright notice in zlib.h
|
/external/zlib/src/contrib/minizip/ |
mztools.h | 4 License: Same as ZLIB (www.gzip.org) 15 #include "zlib.h"
|
/external/zlib/src/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 gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h 66 gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h 68 gzread.obj: gzread.c zlib.h zconf.h gzguts.h 70 gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts.h 72 infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h [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 gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h 60 gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h 62 gzread.obj: gzread.c zlib.h zconf.h gzguts.h 64 gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts.h 66 infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h [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 gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h 51 gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h 53 gzread.obj: gzread.c zlib.h zconf.h gzguts.h 55 gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts.h 57 infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_msgutil.py | 40 import zlib namespace 202 compress = zlib.compressobj( 203 zlib.Z_DEFAULT_COMPRESSION, zlib.DEFLATED, -zlib.MAX_WBITS) 208 expected += compress.flush(zlib.Z_SYNC_FLUSH) 212 compress = zlib.compressobj( 213 zlib.Z_DEFAULT_COMPRESSION, zlib.DEFLATED, -zlib.MAX_WBITS [all...] |