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

<<21222324252627282930>>

  /external/qemu/distrib/libpng-1.2.46/
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/qemu/distrib/zlib-1.2.8/
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/
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/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 */
fitblk.c 57 #include "zlib.h"
134 z_stream def, inf; /* zlib deflate and inflate states */
142 if (ret < 8) /* 8 is minimum zlib stream size */
  /external/openssl/apps/
enc.c 119 #ifdef ZLIB
149 #ifdef ZLIB
150 if (strcmp(pname,"zlib") == 0)
155 #ifdef ZLIB
216 #ifdef ZLIB
492 #ifdef ZLIB
704 #ifdef ZLIB
  /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/chromium_org/ui/gfx/
gfx.gyp 84 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
  /external/elfutils/0.153/
ChangeLog 57 * configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
79 Use it to test for -lz, -lbz2, set .am ZLIB, BZLIB, zip_LIBS.
  /external/libpng/contrib/gregbook/
readpng.c 58 #include <zlib.h>
81 fprintf(stderr, " Compiled with zlib %s; using zlib %s.\n",
  /external/libpng/scripts/
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
  /dalvik/libdex/
DexOptData.cpp 22 #include <zlib.h>
  /external/chromium_org/chrome/browser/chromeos/file_manager/
zip_file_creator_browsertest.cc 18 #include "third_party/zlib/google/zip_reader.h"
  /external/chromium_org/chrome/test/
BUILD.gn 106 "//third_party/zlib",
  /external/chromium_org/chrome/
unit_tests.isolate 26 '../third_party/zlib/google/test/data/',
  /external/chromium_org/content/
DEPS 74 "+third_party/zlib/google",
  /external/chromium_org/net/cert/
crl_set_storage.cc 14 #include "third_party/zlib/zlib.h"
18 // Decompress zlib decompressed |in| into |out|. |out_len| is the number of
104 // in turn with a zlib compressed array of options: either the CRL is the same,
  /external/chromium_org/net/third_party/nss/patches/
aesgcmchromium.patch 6 #include "zlib.h"
tls12chromium.patch 19 #include "zlib.h"
  /external/chromium_org/third_party/libxml/src/
xlink.c 32 #include <zlib.h>
  /external/chromium_org/third_party/skia/src/core/
SkFlate.cpp 30 #include <zlib.h>
  /external/chromium_org/third_party/zlib/google/
zip_reader.cc 5 #include "third_party/zlib/google/zip_reader.h"
13 #include "third_party/zlib/google/zip_internal.h"
18 #include "third_party/zlib/contrib/minizip/unzip.h"
20 #include "third_party/zlib/contrib/minizip/iowin32.h"

Completed in 789 milliseconds

<<21222324252627282930>>