HomeSort by relevance Sort by last modified time
    Searched refs:zlib (Results 251 - 275 of 359) sorted by null

<<1112131415

  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /art/runtime/
oat.cc 20 #include <zlib.h>
  /dalvik/libdex/
DexFile.cpp 29 #include <zlib.h>
  /external/elfutils/libelf/
elf_compress.c 42 #include <zlib.h>
66 caller to fill in with a header) plus zlib compressed date. Also
87 compressing, because of the header plus zlib overhead (five bytes
  /external/freetype/src/gzip/
ftgzip.c 7 /* This optional component relies on zlib. It should mainly be used to */
50 #include <zlib.h>
54 /* In this case, we include our own modified sources of the ZLib */
59 /* original ZLib. */
65 /* Note that our `zlib.h' includes `ftzconf.h' instead of `zconf.h'; */
66 /* the main reason is that even a global `zlib.h' includes `zconf.h' */
77 #include "zlib.h"
85 /* the maximum level of warnings: zlib is non-FreeType */
186 z_stream zstream; /* zlib input stream */
311 /* initialize zlib -- there is no zlib header in the compressed stream *
    [all...]
  /external/libpng/contrib/pngminus/
pnm2png.c 22 #include <zlib.h>
  /external/libvncserver/rfb/
rfbproto.h 77 #include <zlib.h>
451 /* Cache & XOR-Zlib - rdv@2002 */
712 * zlib - zlib compressed Encoding. We have an rfbZlibHeader structure
714 * zlib compressed version of the raw pixel data as negotiated.
742 * "basic" and no Zlib compression was used,
744 * "basic", no Zlib compression was used, and a "filter id" byte
748 * if 0xxx, then the compression type is "basic" and Zlib
752 * If the compression type is "basic" and Zlib compression was used, then bits
756 * bits 5-4: decimal representation is the index of a particular zlib
    [all...]
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 331 // Consume "ZLIB" prefix.
332 if (!data.startswith("ZLIB"))
370 if (!zlib::isAvailable())
371 return make_error<DWPError>("zlib not available");
373 zlib::uncompress(Contents, UncompressedSections.back(), OriginalSize) !=
374 zlib::StatusOK)
  /external/squashfs-tools/kernel/fs/squashfs/
file.c 50 #include <linux/zlib.h>
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 28 #include <zlib.h>
133 // uLong comes from zlib.h. It's a bit of a wart that they're
  /frameworks/compile/mclinker/lib/LD/
IdenticalCodeFolding.cpp 34 #include <zlib.h>
  /system/extras/ANRdaemon/
ANRdaemon.cpp 53 #include <zlib.h>
294 ALOGE("error initializing zlib: %d\n", result);
351 ALOGE("error cleaning up zlib: %d\n", result);
  /external/ImageMagick/coders/
Make.com 185 [-.tiff],[-.ttf],[-.zlib]) 'source_file'
  /external/libpng/
example.c 42 #include <zlib.h>
    [all...]
  /external/skia/third_party/libpng/
example.c 42 #include <zlib.h>
    [all...]
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs2_0.c 29 #include <linux/zlib.h>
36 #include <linux/zlib.h>
  /external/zlib/src/contrib/pascal/
zlibpas.pas 1 (* zlibpas -- Pascal interface to the zlib data compression library
  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.cpp 275 //This uses a stripped down version of picoPNG to extract detailed zlib information while decompressing.
287 struct ExtractZlib // Zlib decompression and information extraction
552 if(in.size() < 2) { return 53; } //error, size of zlib data too small
558 //error: the PNG spec says about the zlib stream: "The additional flags shall not specify a preset dictionary."
608 ExtractZlib zlib(zlibinfo); //decompress with the Zlib decompressor
609 error = zlib.decompress(out, idat);
610 if(error) return; //stop if the zlib decompressor returned an error
  /prebuilts/go/darwin-x86/src/compress/gzip/
gzip.go 207 // In the terminology of the zlib library, Flush is equivalent to Z_SYNC_FLUSH.
  /prebuilts/go/darwin-x86/test/bench/garbage/
parser.go 150 "compress/zlib",
  /prebuilts/go/linux-x86/src/compress/gzip/
gzip.go 207 // In the terminology of the zlib library, Flush is equivalent to Z_SYNC_FLUSH.
  /prebuilts/go/linux-x86/test/bench/garbage/
parser.go 150 "compress/zlib",
  /art/compiler/utils/
test_dex_file_builder.h 24 #include <zlib.h>
  /external/libxml2/
xzlib.c 35 #include <zlib.h>
80 /* zlib inflate or deflate stream */
150 state->init = 0; /* initialization of zlib data */
317 free(opt); /* we can't use xmlFree on a string returned by zlib */
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 66 clEnumValN(DebugCompressionType::DCT_Zlib, "zlib",
67 "Use zlib compression"),
68 clEnumValN(DebugCompressionType::DCT_ZlibGnu, "zlib-gnu",
69 "Use zlib-gnu compression (depricated)"),
430 if (!zlib::isAvailable()) {
432 << ": build tools with zlib to enable -compress-debug-sections";

Completed in 2626 milliseconds

<<1112131415