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

1 2 3 4 5 67 8 91011>>

  /ndk/build/platforms/android-5/arch-arm/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
13 * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.
202 /* If building or using zlib as a DLL, define ZLIB_DLL.
214 /* If building or using zlib with the WINAPI/WINAPIV calling convention,
223 /* No need for _export, use ZLIB.DEF instead. */
  /ndk/build/platforms/android-5/arch-x86/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
13 * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.
202 /* If building or using zlib as a DLL, define ZLIB_DLL.
214 /* If building or using zlib with the WINAPI/WINAPIV calling convention,
223 /* No need for _export, use ZLIB.DEF instead. */
  /ndk/build/platforms/android-8/arch-arm/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
13 * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.
202 /* If building or using zlib as a DLL, define ZLIB_DLL.
214 /* If building or using zlib with the WINAPI/WINAPIV calling convention,
223 /* No need for _export, use ZLIB.DEF instead. */
  /ndk/build/platforms/android-8/arch-x86/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
13 * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.
202 /* If building or using zlib as a DLL, define ZLIB_DLL.
214 /* If building or using zlib with the WINAPI/WINAPIV calling convention,
223 /* No need for _export, use ZLIB.DEF instead. */
  /external/dropbear/
SMALL 35 If you are compiling statically, you may want to disable zlib, as it will use
36 a few tens of kB of binary-size (./configure --disable-zlib).
INSTALL 8 ./configure (optionally with --disable-zlib or --disable-syslog,
49 It is possible to compile zlib in, by copying zlib.h and zconf.h into a
57 If you disable zlib, you must explicitly disable compression for the client -
  /external/libpng/
png.5 21 .IR libpng(3) ", " zlib(3) ", " deflate(5) ", and " zlib(5)
  /external/libpng/scripts/
makefile.dj2 16 CFLAGS=-I../zlib -O
17 LDFLAGS=-L. -L../zlib/ -lpng -lz -lm
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
  /external/qemu/distrib/zlib-1.2.3/
inftrees.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
8 subject to change. Applications should only use zlib.h.
uncompr.c 3 * For conditions of distribution and use, see copyright notice in zlib.h
9 #include "zlib.h"
  /external/zlib/contrib/infback9/
inftree9.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
8 subject to change. Applications should only use zlib.h.
  /external/zlib/contrib/minizip/
ioapi.c 2 files using zlib + zip or unzip API
13 #include "zlib.h"
  /external/zlib/
inftrees.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
8 subject to change. Applications should only use zlib.h.
uncompr.c 3 * For conditions of distribution and use, see copyright notice in zlib.h
9 #include "zlib.h"
  /dalvik/libcore/archive/src/main/native/
java_util_zip_Adler32.c 20 #include "zlib.h"
java_util_zip_CRC32.c 21 #include "zlib.h"
  /dalvik/libdex/
Android.mk 36 external/zlib \
  /external/bzip2/
Android.mk 18 # measurements show that the ARM version of ZLib is about x1.17 faster
  /external/libpng/contrib/pngminim/decoder/
makefile 28 .c$(O): png.h pngconf.h pngusr.h zlib.h
makefile.std 28 .c$(O): png.h pngconf.h pngusr.h zlib.h
  /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/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...]

Completed in 1128 milliseconds

1 2 3 4 5 67 8 91011>>