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

1 2 34 5 6 7 8 910

  /prebuilts/ndk/9/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/9/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/9/platforms/android-9/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/9/platforms/android-9/arch-mips/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/9/platforms/android-9/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...]
  /external/freetype/src/gzip/
zutil.c 18 Bytef* dest;
19 const Bytef* source;
29 const Bytef* s1;
30 const Bytef* s2;
42 Bytef* dest;
zutil.h 179 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
180 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
181 extern void zmemzero OF((Bytef* dest, uInt len));
205 typedef uLong (*check_func) OF((uLong check, const Bytef *buf,
zlib.h 69 Bytef *next_in; /* next input byte */
73 Bytef *next_out; /* next output byte should be put there */
    [all...]
infutil.h 54 Bytef *window; /* sliding window */
55 Bytef *end; /* one byte after sliding window */
56 Bytef *read; /* window read pointer */
57 Bytef *write; /* window write pointer */
infutil.c 28 Bytef *p;
29 Bytef *q;
  /libcore/luni/src/main/native/
ZipUtilities.cpp 52 const Bytef* dictionary = reinterpret_cast<const Bytef*>(&dictionaryBytes[0]);
77 stream.next_in = reinterpret_cast<Bytef*>(&input[0]);
java_util_zip_Deflater.cpp 77 stream->stream.next_out = reinterpret_cast<Bytef*>(out.get() + off);
80 Bytef* initialNextIn = stream->stream.next_in;
81 Bytef* initialNextOut = stream->stream.next_out;
131 stream->stream.next_out = reinterpret_cast<Bytef*>(NULL);
java_util_zip_Inflater.cpp 63 stream->stream.next_in = reinterpret_cast<Bytef*>(&stream->input[0]);
77 Bytef* dst = reinterpret_cast<Bytef*>(&stream->input[0]);
97 stream->stream.next_out = reinterpret_cast<Bytef*>(out.get() + off);
100 Bytef* initialNextIn = stream->stream.next_in;
101 Bytef* initialNextOut = stream->stream.next_out;
  /external/qemu/distrib/zlib-1.2.8/
zlib.h 86 z_const Bytef *next_in; /* next input byte */
90 Bytef *next_out; /* next output byte should be put there */
117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
588 const Bytef *dictionary,
    [all...]
  /external/zlib/src/
zlib.h 86 z_const Bytef *next_in; /* next input byte */
90 Bytef *next_out; /* next output byte should be put there */
117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
588 const Bytef *dictionary,
    [all...]
  /external/chromium_org/third_party/zlib/
zlib.h 86 Bytef *next_in; /* next input byte */
90 Bytef *next_out; /* next output byte should be put there */
118 Bytef *extra; /* pointer to extra field or Z_NULL if none */
121 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
123 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
584 const Bytef *dictionary,
    [all...]
zutil.c 150 Bytef* dest;
151 const Bytef* source;
161 const Bytef* s1;
162 const Bytef* s2;
174 Bytef* dest;
zutil.h 254 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
255 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
256 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
zlib.h 86 Bytef *next_in; /* next input byte */
90 Bytef *next_out; /* next output byte should be put there */
117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
546 const Bytef *dictionary,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zlib.h 86 Bytef *next_in; /* next input byte */
90 Bytef *next_out; /* next output byte should be put there */
117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
546 const Bytef *dictionary,
    [all...]
  /external/pdfium/core/include/thirdparties/zlib/
zlib.h 146 z_const Bytef *next_in; /* next input byte */
150 Bytef *next_out; /* next output byte should be put there */
177 Bytef *extra; /* pointer to extra field or Z_NULL if none */
180 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
182 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
zlib.h 150 z_const Bytef *next_in; /* next input byte */
154 Bytef *next_out; /* next output byte should be put there */
181 Bytef *extra; /* pointer to extra field or Z_NULL if none */
184 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
186 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
652 const Bytef *dictionary,
    [all...]
fx_zlib_zutil.c 154 Bytef* dest,
155 const Bytef* source,
165 const Bytef* s1,
166 const Bytef* s2,
178 Bytef* dest,
  /frameworks/base/libs/androidfw/
StreamingZipInflater.cpp 103 mInflateState.next_in = (Bytef*)mInBuf;
104 mInflateState.next_out = (Bytef*) mOutBuf;
168 mInflateState.next_out = (Bytef*) mOutBuf;
218 mInflateState.next_in = (Bytef*) mInBuf;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.cc 67 zcontext_.next_out = static_cast<Bytef*>(output_buffer_);
100 zcontext_.next_in = static_cast<Bytef*>(const_cast<void*>(in));
109 zcontext_.next_out = static_cast<Bytef*>(output_buffer_);
255 zcontext_.next_out = static_cast<Bytef*>(sub_data_);
283 zcontext_.next_in = static_cast<Bytef*>(input_buffer_);

Completed in 614 milliseconds

1 2 34 5 6 7 8 910