Searched
full:zlib (Results
351 -
375 of
1439) sorted by null
<<11121314151617181920>>
/external/libpng/contrib/pngminim/encoder/ |
makefile | 27 .c$(O): png.h pngconf.h pngusr.h zlib.h
|
makefile.std | 27 .c$(O): png.h pngconf.h pngusr.h zlib.h
|
/external/libpng/scripts/ |
makefile.intel | 16 # Where the zlib library and include files are located 17 ZLIBLIB=..\zlib 18 ZLIBINC=..\zlib 97 $(LD) $(LDFLAGS) /OUT:pngtest.exe pngtest.obj libpng.lib $(ZLIBLIB)\zlib.lib
|
makefile.watcom | 16 # Where the zlib library and include files are located 17 ZLIBLIB=..\zlib 18 ZLIBINC=..\zlib 106 $(LD) $(LDFLAGS) pngtest.obj libpng.lib $(ZLIBLIB)\zlib.lib
|
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/open-vcdiff/ |
Android.mk | 34 src/zlib/adler32.c
|
/external/openssh/ |
README.platform | 27 locations (eg IBM's OpenSSL and zlib packages) then you will need to 31 --with-ssl-dir=/opt/freeware --with-zlib=/opt/freeware 44 openssl-devel, zlib, minres, minires-devel. 67 zlib-devel and pam-devel, on Debian based distros these may be
|
/external/openssl/crypto/comp/ |
c_zlib.c | 21 #ifndef ZLIB 25 #include <zlib.h> 35 /* memory allocations functions for zlib intialization */ 86 * the ZLIB.DLL be available in order for the OpenSSL DLLs to 87 * work. Therefore, all ZLIB routines are loaded at run time 213 (ilen != olen - state->ostream.avail_out)?"zlib":"clear"); 241 (ilen != olen - state->istream.avail_out)?"zlib":"clear"); 275 ilen,(int)l,(clear)?"clear":"zlib"); 300 ilen,(int)l,in[0]?"zlib":"clear"); 391 #if defined(ZLIB) || defined(ZLIB_SHARED [all...] |
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 */
|
/external/zlib/src/contrib/masmx64/ |
readme.txt | 15 Assemble the .asm files using MASM and put the object files into the zlib source
|
/external/zlib/src/contrib/masmx86/ |
readme.txt | 10 Assemble using MASM, and copy the object files into the zlib source
|
/external/zlib/src/contrib/minizip/ |
minizip.1 | 26 .IR zlib (3) 41 .BR zlib (3),
|
/libcore/luni/src/main/native/ |
ZipUtilities.h | 23 #include "zlib.h"
|
java_util_zip_Adler32.cpp | 24 #include "zlib.h"
|
java_util_zip_CRC32.cpp | 24 #include "zlib.h"
|
sub.mk | 64 external/zlib
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
lbxbufstr.h | 33 * ZLIB Input/Output buffer
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
lbxbufstr.h | 33 * ZLIB Input/Output buffer
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
lbxbufstr.h | 33 * ZLIB Input/Output buffer
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_zipfile64.py | 14 # We can test part of the module without zlib. 16 import zlib namespace 18 zlib = None variable 85 if zlib:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_zipfile64.py | 14 # We can test part of the module without zlib. 16 import zlib namespace 18 zlib = None variable 85 if zlib:
|
/external/chromium_org/third_party/zlib/ |
gzwrite.c | 1 /* gzwrite.c -- zlib functions for writing gzip files 3 * For conditions of distribution and use, see copyright notice in zlib.h 142 /* -- see zlib.h -- */ 220 /* -- see zlib.h -- */ 263 /* -- see zlib.h -- */ 280 /* -- see zlib.h -- */ 351 /* -- see zlib.h -- */ 425 /* -- see zlib.h -- */ 457 /* -- see zlib.h -- */ 499 /* -- see zlib.h -- * [all...] |
Completed in 586 milliseconds
<<11121314151617181920>>