HomeSort by relevance Sort by last modified time
    Searched refs:Bytef (Results 101 - 125 of 308) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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/r11/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 53 const Bytef* dictionary = reinterpret_cast<const Bytef*>(&dictionaryBytes[0]);
78 stream.next_in = reinterpret_cast<Bytef*>(&input[0]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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...]
  /toolchain/binutils/binutils-2.25/gold/
compressed_output.cc 63 int rc = compress2(reinterpret_cast<Bytef*>(*compressed_data) + header_size,
65 reinterpret_cast<const Bytef*>(uncompressed_data),
105 strm.next_in = const_cast<Bytef*>(compressed_data);
113 strm.next_out = ((Bytef*) uncompressed_data
  /external/syslinux/com32/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 */
579 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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 */
575 const Bytef *dictionary,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zutil.c 150 Bytef* dest;
151 const Bytef* source;
161 const Bytef* s1;
162 const Bytef* s2;
174 Bytef* dest;
  /external/libvncserver/libvncclient/
zlib.c 68 client->decompStream.next_in = ( Bytef * )client->buffer;
70 client->decompStream.next_out = ( Bytef * )client->raw_buffer;
110 client->decompStream.next_in = ( Bytef * )client->buffer;
  /external/libcups/cups/
file-private.h 107 Bytef cbuf[4096]; /* (De)compression buffer */
  /external/pdfium/third_party/zlib_v128/
zlib.h 155 z_const Bytef *next_in; /* next input byte */
159 Bytef *next_out; /* next output byte should be put there */
186 Bytef *extra; /* pointer to extra field or Z_NULL if none */
189 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
191 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
657 const Bytef *dictionary,
    [all...]
  /frameworks/base/libs/androidfw/
StreamingZipInflater.cpp 105 mInflateState.next_in = (Bytef*)mInBuf;
106 mInflateState.next_out = (Bytef*) mOutBuf;
170 mInflateState.next_out = (Bytef*) mOutBuf;
222 mInflateState.next_in = (Bytef*) mInBuf;

Completed in 1349 milliseconds

1 2 3 45 6 7 8 91011>>