HomeSort by relevance Sort by last modified time
    Searched full:zlib (Results 276 - 300 of 1648) sorted by null

<<11121314151617181920>>

  /external/zlib/src/contrib/ada/
zlib-streams.adb 2 -- ZLib for Ada thick binding. --
6 -- Open source license information is in the zlib.ads file. --
9 -- $Id: zlib-streams.adb,v 1.10 2004/05/31 10:53:40 vagul Exp $
13 package body ZLib.Streams is
151 procedure Read is new ZLib.Read
199 procedure Write is new ZLib.Write
225 end ZLib.Streams;
zlib-thin.adb 2 -- ZLib for Ada thick binding. --
6 -- Open source license information is in the zlib.ads file. --
9 -- $Id: zlib-thin.adb,v 1.8 2003/12/14 18:27:31 vagul Exp $
11 package body ZLib.Thin is
141 end ZLib.Thin;
  /external/valgrind/main/
xfree-4.supp 328 # zlib-1.2.x uses uninitialised memory in some tricky way which
333 zlib-1.2.x trickyness (1a): See http://www.zlib.net/zlib_faq.html#faq36
341 zlib-1.2.x trickyness (1b): See http://www.zlib.net/zlib_faq.html#faq36
348 zlib-1.2.x trickyness (2a): See http://www.zlib.net/zlib_faq.html#faq36
356 zlib-1.2.x trickyness (2b): See http://www.zlib.net/zlib_faq.html#faq36
363 zlib-1.2.x trickyness (3a): See http://www.zlib.net/zlib_faq.html#faq3
    [all...]
  /external/libpng/contrib/gregbook/
README 66 - zlib http://zlib.net/
72 you need to download and build both zlib (on which libpng depends) and
73 libpng. A common build setup is to place the zlib, libpng and pngbook
75 libpng build can refer to files in ../zlib (or ..\zlib or [-.zlib]),
119 Note that the names of the dynamic and static libpng and zlib libraries
124 and ZLIB lines will build dynamically linked executables instead.
  /external/zlib/src/contrib/iostream2/
zstream.h 23 * zstream.h - C++ interface to the 'zlib' general purpose compression library
30 #include "zlib.h"
63 * cases (if errno is zero, the zlib error is Z_MEM_ERROR).
78 * the zlib error number (see function error() below).
92 * given compressed file. errnum is set to zlib error number. If an
175 * (if errno is zero, the zlib error is Z_MEM_ERROR).
196 * the zlib error number (see function error() below).
213 * _flush is as in the deflate() function. The return value is the zlib
225 * given compressed file. errnum is set to zlib error number. If an
  /external/chromium_org/third_party/zlib/google/
zip.cc 5 #include "third_party/zlib/google/zip.h"
16 #include "third_party/zlib/google/zip_internal.h"
17 #include "third_party/zlib/google/zip_reader.h"
23 #include "third_party/zlib/contrib/minizip/unzip.h"
24 #include "third_party/zlib/contrib/minizip/zip.h"
  /external/libpng/scripts/
makefile.bc32 11 ## Where zlib.h, zconf.h and zlib.lib are
12 ZLIB_DIR=..\zlib
97 $(LIBNAME) zlib.lib $(NOEHLIB)
100 $(LD) $(LDFLAGS) $*.obj $(LIBNAME) zlib.lib $(NOEHLIB)
makefile.acorn 5 CCflags = -c -depend !Depend -IC:,Zlib: -g -throwback -DRISCOS -fnah
36 @.pngtest: @.o.pngtest @.libpng-lib C:o.Stubs Zlib:zlib_lib
37 Link $(Linkflags) @.o.pngtest @.libpng-lib C:o.Stubs Zlib:zlib_lib
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzguts.h 1 /* gzguts.h -- zlib internal header definitions for gz* operations
3 * For conditions of distribution and use, see copyright notice in zlib.h
22 #include "zlib.h"
146 /* provide prototypes for these when building zlib without LFS */
206 /* zlib inflate or deflate stream */
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.
24 #include "zlib.h"
81 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
172 /* provide prototypes for these when building zlib without LFS */
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.
41 examples/enough.c found in the zlib distribtution. The arguments to that
  /external/qemu/distrib/zlib-1.2.8/
gzguts.h 1 /* gzguts.h -- zlib internal header definitions for gz* operations
3 * For conditions of distribution and use, see copyright notice in zlib.h
22 #include "zlib.h"
130 /* provide prototypes for these when building zlib without LFS */
190 /* zlib inflate or deflate stream */
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.
22 #include "zlib.h"
79 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
170 /* provide prototypes for these when building zlib without LFS */
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.
41 examples/enough.c found in the zlib distribtution. The arguments to that
  /external/zlib/src/
gzguts.h 1 /* gzguts.h -- zlib internal header definitions for gz* operations
3 * For conditions of distribution and use, see copyright notice in zlib.h
22 #include "zlib.h"
130 /* provide prototypes for these when building zlib without LFS */
190 /* zlib inflate or deflate stream */
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.
22 #include "zlib.h"
79 #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */
170 /* provide prototypes for these when building zlib without LFS */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 1 # We can test part of the module without zlib.
3 import zlib namespace
5 zlib = None variable
264 @skipUnless(zlib, "requires zlib")
269 @skipUnless(zlib, "requires zlib")
274 @skipUnless(zlib, "requires zlib")
279 @skipUnless(zlib, "requires zlib"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 1 # We can test part of the module without zlib.
3 import zlib namespace
5 zlib = None variable
264 @skipUnless(zlib, "requires zlib")
269 @skipUnless(zlib, "requires zlib")
274 @skipUnless(zlib, "requires zlib")
279 @skipUnless(zlib, "requires zlib"
    [all...]
  /external/chromium_org/components/
metrics.gypi 16 '../third_party/zlib/zlib.gyp:zlib',
  /external/chromium_org/sdch/
sdch.gyp 15 '../third_party/zlib/zlib.gyp:zlib',
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 9 ; from Jean-loup Gailly in deflate.c of zLib and infoZip zip.
14 ; http://www.zlib.net
21 ; to compile this file for zLib, I use option:
23 ; Be carrefull to adapt zlib1222add below to your version of zLib
24 ; (if you use a version of zLib before 1.0.4 or after 1.2.2.2, change
77 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
79 ; (if you compile with zlib 1.0.4 or older, remove the +4).
96 ; in zlib in the deflate_state structure since the asm code was first written
97 ; (if you compile with zlib 1.0.4 or older, use "%define zlib1222add (-4)").
98 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "%define zlib1222add 0")
    [all...]
  /external/chromium_org/third_party/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.
41 examples/enough.c found in the zlib distribtution. The arguments to that
  /external/freetype/include/
ftgzip.h 88 * of FreeType was not compiled with zlib support.
102 * is modeled after zlib's `uncompress' function.
131 * of FreeType was not compiled with zlib support.
  /external/openssl/crypto/comp/
comp_err.c 82 {ERR_REASON(COMP_R_ZLIB_DEFLATE_ERROR) ,"zlib deflate error"},
83 {ERR_REASON(COMP_R_ZLIB_INFLATE_ERROR) ,"zlib inflate error"},
84 {ERR_REASON(COMP_R_ZLIB_NOT_SUPPORTED) ,"zlib not supported"},
  /external/zlib/src/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.
41 examples/enough.c found in the zlib distribtution. The arguments to that

Completed in 420 milliseconds

<<11121314151617181920>>