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

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
libmng_types.h 84 /* * - added export of zlib functions from windows dll * */
171 #ifdef MNG_INCLUDE_ZLIB /* zlib by Mark Adler & Jean-loup Gailly */
172 #include "zlib.h"
196 #undef FAR /* possibly defined by zlib or lcms */
342 /* size of temporary zlib buffer for deflate processing */
345 /* default zlib compression parameters for deflateinit2 */
  /external/bluetooth/glib/build/win32/
make.msc 139 ZLIB_CFLAGS = -I $(ZLIB)
140 ZLIB_LIBS = $(ZLIB)\zlib.lib
module.defs 108 ZLIB = $(TOP)/zlib-1.1.3
  /external/libpng/contrib/pngminus/
README 33 compiled three libraries: libpng, zlib and netpbm. Especially the latter
101 cases I used libpng-1.0.4 and zlib-1.1.3. Later versions should be OK,
107 that you have built the libraries in ../libpng and ../zlib. Using Linux,
  /external/libxml2/
DOCBparser.c 225 * Automatic support for ZLIB/Compress compressed document is provided
252 * parse an SGML file and build a tree. Automatic support for ZLIB/Compress
283 * ZLIB/Compress compressed document is provided by default if found
  /system/extras/tests/bionic/libc/other/
test_zlib.c 28 /* this small program is used to measure the performance of zlib's inflate
32 /* most code lifted from the public-domain http://www.zlib.net/zpipe.c */
34 #include <zlib.h>
  /external/freetype/include/freetype/
ftgzip.h 88 * of FreeType was not compiled with zlib support.
  /external/libpng/
Y2KINFO 49 zlib, upon which libpng depends, is also Y2K compliant. It contains
  /external/libpng/contrib/pngminim/preader/
makefile 44 .c$(O): png.h pngconf.h readpng2.h pngusr.h zlib.h
  /external/libpng/scripts/
makefile.atari 12 CFLAGS=-I..\zlib -O
makefile.sggcc 37 # Where the zlib library and include files are located
42 ZLIBLIB=../zlib
43 ZLIBINC=../zlib
46 # See "man abi". zlib must be built with the same ABI.
makefile.sgi 37 # Where the zlib library and include files are located
42 ZLIBLIB=../zlib
43 ZLIBINC=../zlib
46 # See "man abi". zlib must be built with the same ABI.
makefile.bor 12 ## Where zlib.h, zconf.h and zlib_MODEL.lib are
13 ZLIB_DIR=..\zlib
makefile.knr 30 CFLAGS=-I../zlib -O
31 LDFLAGS=-L. -L../zlib/ -lpng -lz -lm
  /external/tcpdump/
print-ipcomp.c 43 #include <zlib.h>
  /external/zlib/contrib/ada/
zlib.adb 2 -- ZLib for Ada thick binding. --
6 -- Open source license information is in the zlib.ads file. --
9 -- $Id: zlib.adb,v 1.31 2004/09/06 06:53:19 vagul Exp $
17 with ZLib.Thin;
19 package body ZLib is
206 -- We allow ZLib to make header only in case of default header type.
261 (Filter : in out ZLib.Filter_Type;
324 & " incompatible with ZLib version " & Version);
701 end ZLib;
  /external/zlib/contrib/dotzlib/DotZLib/
AssemblyInfo.cs 10 [assembly: AssemblyDescription(".Net bindings for ZLib compression dll 1.2.x")]
  /external/zlib/
minigzip.c 1 /* minigzip.c -- simulate gzip using the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
8 * only an example of using zlib and isn't meant to replace the
19 #include "zlib.h"
  /ndk/build/tools/
build-ndk-sysroot.sh 266 # ZLib headers
267 common_header $TOP/external/zlib zlib.h
268 common_header $TOP/external/zlib zconf.h
  /external/zlib/old/
zlib.html 4 zlib general purpose compression library version 1.1.4
10 <h1> zlib 1.1.4 Manual </h1>
26 'zlib' general purpose compression library version 1.1.4, March 11th, 2002
54 The data format used by the zlib library is described by RFCs (Request for
58 (zlib format),
66 This manual is converted from zlib.h by
69 Visit <a href="http://ftp.cdrom.com/pub/infozip/zlib/">
70 http://ftp.cdrom.com/pub/infozip/zlib/</a>
71 for the official zlib web page.
76 The 'zlib' compression library provides in-memory compression an
    [all...]
  /external/qemu/block/
cloop.c 27 #include <zlib.h>
91 /* initialize zlib engine */
  /external/qemu/distrib/zlib-1.2.3/
adler32.c 3 * For conditions of distribution and use, see copyright notice in zlib.h
9 #include "zlib.h"
  /external/qemu/
vnc.h 34 #include <zlib.h>
160 Buffer zlib; member in struct:VncState
  /external/sonivox/jet_tools/JetCreator/
img_Copy.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
img_New.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(

Completed in 305 milliseconds

1 2 3 4 5 6 7 8 91011>>