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

<<21222324252627282930>>

  /external/libpng/
pngmem.c 44 * 64K. However, zlib may allocate more then 64K if you don't tell
45 * it not to. See zconf.h and png.h for more information. zlib does
  /external/libpng/projects/visualc71/
libpng.sln 12 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "zlib.vcproj", "{2D4F8105-7D21-454C-9932-B47CAB71A5C0}"
  /external/libpng/projects/vstudio/zlib/
zlib.vcxproj 37 <RootNamespace>zlib</RootNamespace>
39 <Import Project="$(SolutionDir)\zlib.props" />
  /external/libpng/scripts/
makefile.dj2 16 CPPFLAGS=-I../zlib -DPNG_NO_SNPRINTF
18 LDFLAGS=-L. -L../zlib/ -lpng -lz -lm
makefile.knr 30 CPPFLAGS = -I../zlib
32 LDFLAGS = -L. -L../zlib/ -lpng -lz -lm
makefile.mips 25 CPPFLAGS=-I../zlib -DSYSV -Dmips
28 LDFLAGS=-L. -L../zlib/ -lpng -lz -lm
makefile.tc3 9 CPPFLAGS=-I..\zlib
14 LDFLAGS=-m$(MODEL) -L..\zlib
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
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
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).
  /external/qemu/distrib/zlib-1.2.8/
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 -- */
  /external/qemu/ui/
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(
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/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 -- */
  /libcore/luni/src/main/native/
java_lang_System.cpp 25 #include "zlib.h"
86 properties.push_back("android.zlib.version=" ZLIB_VERSION);
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/chromium_org/third_party/libpng/
pngmem.c 100 * 64K. However, zlib may allocate more then 64K if you don't tell
101 * it not to. See zconf.h and png.h for more information. zlib does
107 * memory stuff). zlib doesn't like this at all, so we have to
439 * 64K. However, zlib may allocate more then 64K if you don't tell
440 * it not to. See zconf.h and png.h for more information. zlib does
  /external/chromium_org/third_party/zlib/
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 */
231 * This is applicable only for zip (not gzip or zlib).

Completed in 200 milliseconds

<<21222324252627282930>>