HomeSort by relevance Sort by last modified time
    Searched refs:total_in (Results 26 - 50 of 91) sorted by null

12 3 4

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
zlib.h 22 uLong total_in; member in struct:z_stream_s
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
zlib.h 22 uLong total_in; member in struct:z_stream_s
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
zlib.h 22 uLong total_in; member in struct:z_stream_s
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
zlib.h 22 uLong total_in; member in struct:z_stream_s
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
zlib.h 22 uLong total_in; member in struct:z_stream_s
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
zlib.h 22 uLong total_in; member in struct:z_stream_s
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
zlib.h 22 uLong total_in; member in struct:z_stream_s
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
zlib.h 22 uLong total_in; member in struct:z_stream_s
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
zlib.h 22 uLong total_in; member in struct:z_stream_s
  /external/zlib/src/contrib/testzlib/
testzlib.c 206 long all_read_before = zcpr.total_in;
210 lOrigDone += (zcpr.total_in-all_read_before);
211 lOrigToDo -= (zcpr.total_in-all_read_before);
247 long all_read_before = zcpr.total_in;
251 lOrigDone += (zcpr.total_in-all_read_before);
252 lOrigToDo -= (zcpr.total_in-all_read_before);
  /external/kernel-headers/original/linux/
zlib.h 87 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
130 The fields total_in and total_out can be used for statistics or
131 progress reports. After compression, total_in holds the total size of
274 so far (that is, total_in bytes).
662 case, the application may save the current current value of total_in which
    [all...]
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 58 zcontext_.total_in = 0;
214 zcontext_.total_in = 0;
293 return zcontext_.total_in + zcontext_.avail_in;
  /external/zlib/src/examples/
gzappend.c 365 /* set up deflate stream with window, crc, total_in, and leftover bits */
370 strm->total_in = tot;
441 out[4] = (unsigned char)(strm->total_in);
442 out[5] = (unsigned char)(strm->total_in >> 8);
443 out[6] = (unsigned char)(strm->total_in >> 16);
444 out[7] = (unsigned char)(strm->total_in >> 24);
fitblk.c 231 size - have, size, def.total_in);
  /libcore/luni/src/main/native/
java_util_zip_Deflater.cpp 29 return toNativeZipStream(handle)->stream.total_in;
java_util_zip_Inflater.cpp 156 return toNativeZipStream(handle)->stream.total_in;
  /external/zlib/src/contrib/delphi/
ZLib.pas 26 total_in: Longint; // total nb of input bytes read so far
467 Result := FZRec.total_in
474 if FZRec.total_in = 0 then
477 Result := (1.0 - (FZRec.total_out / FZRec.total_in)) * 100.0;
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 367 strm->total_in = strm->total_out = 0;
438 if (func != configuration_table[level].func && strm->total_in != 0) {
839 put_byte(s, (Byte)(strm->total_in & 0xff));
840 put_byte(s, (Byte)((strm->total_in >> 8) & 0xff));
841 put_byte(s, (Byte)((strm->total_in >> 16) & 0xff));
842 put_byte(s, (Byte)((strm->total_in >> 24) & 0xff));
    [all...]
inflate.c 110 strm->total_in = strm->total_out = state->total = 0;
    [all...]
  /external/zlib/src/
deflate.c 402 strm->total_in = strm->total_out = 0;
513 strm->total_in != 0) {
    [all...]
inflate.c 110 strm->total_in = strm->total_out = state->total = 0;
    [all...]
  /external/zlib/src/test/
example.c 218 while (c_stream.total_in != len && c_stream.total_out < comprLen) {
258 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) {
  /development/ndk/platforms/android-3/include/
zlib.h 85 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
153 The fields total_in and total_out can be used for statistics or
154 progress reports. After compression, total_in holds the total size of
310 so far (that is, total_in bytes).
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
zlib.h 85 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
153 The fields total_in and total_out can be used for statistics or
154 progress reports. After compression, total_in holds the total size of
310 so far (that is, total_in bytes).
    [all...]
  /external/open-vcdiff/src/zlib/
zlib.h 85 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
153 The fields total_in and total_out can be used for statistics or
154 progress reports. After compression, total_in holds the total size of
310 so far (that is, total_in bytes).
    [all...]

Completed in 603 milliseconds

12 3 4