HomeSort by relevance Sort by last modified time
    Searched full:zlib (Results 501 - 525 of 1054) sorted by null

<<21222324252627282930>>

  /external/sonivox/jet_tools/JetCreator/
img_Print.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
img_favicon.py 5 import cStringIO, zlib namespace
9 return zlib.decompress(
  /external/valgrind/
darwin13.supp 268 OSX109:zlib-C
274 OSX109:zlib-8
darwin12.supp 4 # ZLib stuff. How come this wasn't necessary in 10.6 ?
6 OSX108:zlib-C
12 OSX108:zlib-8
  /external/zlib/src/
gzread.c 1 /* gzread.c -- zlib functions for reading gzip files
3 * For conditions of distribution and use, see copyright notice in zlib.h
287 /* -- see zlib.h -- */
381 /* -- see zlib.h -- */
422 /* -- see zlib.h -- */
482 /* -- see zlib.h -- */
546 /* -- see zlib.h -- */
566 /* -- see zlib.h -- */
deflate.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
8 subject to change. Applications should only use zlib.h.
98 z_streamp strm; /* pointer back to this zlib stream */
104 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
229 * This is applicable only for zip (not gzip or zlib).
  /frameworks/compile/mclinker/
LICENSE.TXT 64 zlib utils/zlib
  /frameworks/compile/mclinker/lib/LD/
Android.mk 54 LOCAL_C_INCLUDES += external/zlib
67 LOCAL_C_INCLUDES += external/zlib
  /libcore/luni/src/main/native/
java_util_zip_Deflater.cpp 50 * See zlib.h for documentation of the deflateInit2 windowBits and memLevel parameters.
92 // zlib reports this "if no progress is possible (for example avail_in or avail_out was
  /libcore/luni/src/test/java/libcore/java/util/zip/
InflaterTest.java 44 // We'll only supply the input a little bit at a time, so that zlib has to ask for more.
61 // a tiny input buffer to ensure that zlib has to ask for more input.
  /external/libpng/scripts/
makefile.32sunu 36 # Where the zlib library and include files are located
37 # Changing these to ../zlib poses a security risk. If you want
38 # to have zlib in an adjacent directory, specify the full path instead of "..".
39 #ZLIBLIB=../zlib
40 #ZLIBINC=../zlib
makefile.64sunu 36 # Where the zlib library and include files are located
37 # Changing these to ../zlib poses a security risk. If you want
38 # to have zlib in an adjacent directory, specify the full path instead of "..".
39 #ZLIBLIB=../zlib
40 #ZLIBINC=../zlib
makefile.solaris 33 # Where the zlib library and include files are located
34 # Changing these to ../zlib poses a security risk. If you want
35 # to have zlib in an adjacent directory, specify the full path instead of "..".
36 #ZLIBLIB=../zlib
37 #ZLIBINC=../zlib
makefile.solaris-x86 33 # Where the zlib library and include files are located
34 # Changing these to ../zlib poses a security risk. If you want
35 # to have zlib in an adjacent directory, specify the full path instead of "..".
36 #ZLIBLIB=../zlib
37 #ZLIBINC=../zlib
makefile.dec 50 # Where the zlib library and include files are located
53 ZLIBLIB=../zlib
54 ZLIBINC=../zlib
makefile.msys 29 # Where the zlib library and include files are located.
30 #ZLIBLIB=../zlib
31 #ZLIBINC=../zlib
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
deflate.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
8 subject to change. Applications should only use zlib.h.
98 z_streamp strm; /* pointer back to this zlib stream */
104 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
229 * This is applicable only for zip (not gzip or zlib).
  /external/zlib/src/contrib/asm686/
match.S 1 /* match.S -- x86 assembly version of the zlib longest_match() function.
56 * in zlib in the deflate_state structure since the asm code was first written
57 * (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
58 * (if you compile with zlib between 1.0.5 and 1.2.2.1, use "zlib1222add equ 0").
59 * if you compile with zlib 1.2.2.2 or later , use "zlib1222add equ 8").
  /external/zlib/src/examples/
gzjoin.c 53 versions of zlib earlier than 1.2.3.
60 #include "zlib.h"
253 /* Load up zlib stream from buffered input, bail if end of file */
282 int ret; /* return value from zlib functions */
289 z_stream strm; /* zlib inflate stream */
  /external/libvncserver/rfb/
rfbproto.h 77 #include <zlib.h>
445 /* Cache & XOR-Zlib - rdv@2002 */
706 * zlib - zlib compressed Encoding. We have an rfbZlibHeader structure
708 * zlib compressed version of the raw pixel data as negotiated.
736 * "basic" and no Zlib compression was used,
738 * "basic", no Zlib compression was used, and a "filter id" byte
742 * if 0xxx, then the compression type is "basic" and Zlib
746 * If the compression type is "basic" and Zlib compression was used, then bits
750 * bits 5-4: decimal representation is the index of a particular zlib
    [all...]
  /external/zlib/src/contrib/masmx86/
inffas32.asm 6 ; * For conditions of distribution and use, see copyright notice in zlib.h
12 ; * the gcc -S output of zlib-1.2.0/inffast.c. Zlib-1.2.0 is in beta release at
18 ; * http://www.eetbeetee.com/zlib/ and http://www.charm.net/~christop/zlib/
35 ; zlib122sup is 0 fort zlib 1.2.2.1 and lower
36 ; zlib122sup is 8 fort zlib 1.2.2.2 and more (with addition of dmax and head
  /external/zlib/src/test/
example.c 1 /* example.c -- usage example of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
8 #include "zlib.h"
427 d_stream.avail_in = 2; /* just read the zlib header */
555 fprintf(stderr, "incompatible zlib version\n");
559 fprintf(stderr, "warning: different zlib version\n");
562 printf("zlib version %s = 0x%04x, compile flags = 0x%lx\n",
  /external/elfutils/src/libdw/
dwarf_begin_elf.c 50 # include <zlib.h>
151 /* There is a 12-byte header of "ZLIB" followed by
155 || unlikely (memcmp (data->d_buf, "ZLIB", 4) != 0))
  /external/libpng/contrib/gregbook/
readpng.c 58 #include <zlib.h>
81 fprintf(stderr, " Compiled with zlib %s; using zlib %s.\n",
  /external/libvncserver/
NEWS 17 original Tight encoding, this still uses JPEG, but ZLIB encoded rects are encoded
56 * Thread safety for ZRLE, Zlib, Tight, RRE, CoRRE and Ultra encodings.
149 autoconf'ed the whole package (including optional support for zlib,

Completed in 1402 milliseconds

<<21222324252627282930>>