HomeSort by relevance Sort by last modified time
    Searched refs:Bytef (Results 51 - 75 of 129) sorted by null

1 23 4 5 6

  /libcore/luni/src/main/native/
java_util_zip_Deflater.cpp 75 stream->stream.next_out = reinterpret_cast<Bytef*>(out.get() + off);
78 Bytef* initialNextIn = stream->stream.next_in;
79 Bytef* initialNextOut = stream->stream.next_out;
129 stream->stream.next_out = reinterpret_cast<Bytef*>(NULL);
java_util_zip_Inflater.cpp 61 stream->stream.next_in = reinterpret_cast<Bytef*>(&stream->input[0]);
75 Bytef* dst = reinterpret_cast<Bytef*>(&stream->input[0]);
95 stream->stream.next_out = reinterpret_cast<Bytef*>(out.get() + off);
98 Bytef* initialNextIn = stream->stream.next_in;
99 Bytef* initialNextOut = stream->stream.next_out;
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 67 zcontext_.next_out = static_cast<Bytef*>(output_buffer_);
89 zcontext_.next_in = static_cast<Bytef*>(const_cast<void*>(in));
105 zcontext_.next_out = static_cast<Bytef*>(output_buffer_);
249 zcontext_.next_out = static_cast<Bytef*>(sub_data_);
278 zcontext_.next_in = static_cast<Bytef*>(input_buffer_);
  /external/qemu/distrib/zlib-1.2.3/
zutil.h 235 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
236 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
237 extern void zmemzero OF((Bytef* dest, uInt len));
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
  /external/zlib/src/
zutil.c 153 Bytef* dest;
154 const Bytef* source;
164 const Bytef* s1;
165 const Bytef* s2;
177 Bytef* dest;
zutil.h 212 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
213 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
214 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
  /development/ndk/platforms/android-3/include/
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
  /external/chromium/sdch/open-vcdiff/src/
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
  /external/open-vcdiff/src/zlib/
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
zconf.h 53 # define Bytef z_Bytef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;

Completed in 2830 milliseconds

1 23 4 5 6