HomeSort by relevance Sort by last modified time
    Searched refs:Bytef (Results 1 - 25 of 243) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/sdch/open-vcdiff/src/
checksum.h 34 reinterpret_cast<const Bytef*>(buffer),
42 reinterpret_cast<const Bytef*>(buffer),
  /external/chromium_org/third_party/zlib/
compress.c 23 Bytef *dest;
25 const Bytef *source;
32 stream.next_in = (Bytef*)source;
63 Bytef *dest;
65 const Bytef *source;
uncompr.c 25 Bytef *dest;
27 const Bytef *source;
33 stream.next_in = (Bytef*)source;
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_compress.c 23 Bytef *dest,
25 const Bytef *source,
32 stream.next_in = (z_const Bytef *)source;
63 Bytef *dest,
65 const Bytef *source,
fx_zlib_uncompr.c 25 Bytef *dest,
27 const Bytef *source,
33 stream.next_in = (z_const Bytef *)source;
  /external/qemu/distrib/zlib-1.2.8/
compress.c 23 Bytef *dest;
25 const Bytef *source;
32 stream.next_in = (z_const Bytef *)source;
63 Bytef *dest;
65 const Bytef *source;
uncompr.c 25 Bytef *dest;
27 const Bytef *source;
33 stream.next_in = (z_const Bytef *)source;
  /external/zlib/src/
compress.c 23 Bytef *dest;
25 const Bytef *source;
32 stream.next_in = (z_const Bytef *)source;
63 Bytef *dest;
65 const Bytef *source;
uncompr.c 25 Bytef *dest;
27 const Bytef *source;
33 stream.next_in = (z_const Bytef *)source;
  /libcore/luni/src/main/native/
java_util_zip_Adler32.cpp 31 return adler32(crc, reinterpret_cast<const Bytef*>(bytes.get() + off), len);
35 Bytef bytefVal = val;
36 return adler32(crc, reinterpret_cast<const Bytef*>(&bytefVal), 1);
java_util_zip_CRC32.cpp 31 jlong result = crc32(crc, reinterpret_cast<const Bytef*>(bytes.get() + off), len);
36 return crc32(crc, reinterpret_cast<const Bytef*>(&val), 1);
  /external/chromium_org/components/metrics/
compression_utils.cc 31 int GzipCompressHelper(Bytef* dest,
33 const Bytef* source,
37 stream.next_in = bit_cast<Bytef*>(source);
77 int GzipUncompressHelper(Bytef* dest,
79 const Bytef* source,
83 stream.next_in = bit_cast<Bytef*>(source);
130 std::vector<Bytef> compressed_data(kGzipZlibHeaderDifferenceBytes +
136 bit_cast<const Bytef*>(input.data()),
150 return GzipUncompressHelper(bit_cast<Bytef*>(output->data()),
152 bit_cast<const Bytef*>(input.data())
    [all...]
  /external/llvm/lib/Support/
Compression.cpp 55 (Bytef *)CompressedBuffer.data(), &CompressedSize,
56 (const Bytef *)InputBuffer.data(), InputBuffer.size(), CLevel));
66 (Bytef *)UncompressedBuffer.data(), (uLongf *)&UncompressedSize,
67 (const Bytef *)InputBuffer.data(), InputBuffer.size()));
73 return ::crc32(0, (const Bytef *)Buffer.data(), Buffer.size());
  /development/ndk/platforms/android-3/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
zlib.h 83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
    [all...]

Completed in 372 milliseconds

1 2 3 4 5 6 7 8 910