/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
lbxbufstr.h | 33 * ZLIB Input/Output buffer
|
/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/src/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/zlib/src/contrib/gcc_gvmat64/ |
gvmat64.S | 13 ; from Jean-loup Gailly in deflate.c of zLib and infoZip zip.
33 ; http://www.zlib.net
37 ; to compile this file for zLib, I use option:
87 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
89 ; (if you compile with zlib 1.0.4 or older, remove the +4).
106 ; in zlib in the deflate_state structure since the asm code was first written
107 ; (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
108 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "zlib1222add equ 0").
109 ; if you compile with zlib 1.2.2.2 or later , use "zlib1222add equ 8").
237 //;;; on zlib only [all...] |
/external/zlib/src/ |
gzwrite.c | 1 /* gzwrite.c -- zlib functions for writing gzip files 3 * For conditions of distribution and use, see copyright notice in zlib.h 164 /* -- see zlib.h -- */ 242 /* -- see zlib.h -- */ 285 /* -- see zlib.h -- */ 302 /* -- see zlib.h -- */ 373 /* -- see zlib.h -- */ 452 /* -- see zlib.h -- */ 484 /* -- see zlib.h -- */ 526 /* -- see zlib.h -- * [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/src/contrib/masmx64/ |
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/
|
/development/ndk/platforms/android-3/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/chromium/sdch/open-vcdiff/src/ |
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/open-vcdiff/src/zlib/ |
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/qemu/distrib/zlib-1.2.3/ |
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...] |
/prebuilts/ndk/4/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...] |
/prebuilts/ndk/4/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...] |
/prebuilts/ndk/4/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...] |
/prebuilts/ndk/4/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...] |
/prebuilts/ndk/4/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...] |
/prebuilts/ndk/4/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...] |
/prebuilts/ndk/5/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...] |
/prebuilts/ndk/6/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...] |
/prebuilts/ndk/6/platforms/android-3/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...] |
/prebuilts/ndk/7/platforms/android-14/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...] |
/prebuilts/ndk/7/platforms/android-14/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...] |
/prebuilts/ndk/7/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...] |
/prebuilts/ndk/7/platforms/android-3/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...] |