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

1 23 4 5 6

  /external/chromium_org/third_party/zlib/
compress.c 54 *destLen = stream.total_out;
inflate.c 110 strm->total_in = strm->total_out = state->total = 0;
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
compress.c 54 *destLen = stream.total_out;
inflate.c 110 strm->total_in = strm->total_out = state->total = 0;
    [all...]
  /external/zlib/src/
compress.c 54 *destLen = stream.total_out;
inflate.c 111 strm->total_in = strm->total_out = state->total = 0;
    [all...]
  /frameworks/base/libs/androidfw/
ZipUtils.cpp 128 if ((long) zstream.total_out != uncompressedLen) {
130 zstream.total_out, uncompressedLen);
240 if ((long) zstream.total_out != uncompressedLen) {
242 zstream.total_out, uncompressedLen);
ZipFileRO.cpp 890 if (zstream.total_out != uncompLen) {
892 zstream.total_out, (ZD_TYPE) uncompLen);
982 if (zstream.total_out != uncompLen) {
984 zstream.total_out, (ZD_TYPE) uncompLen);
  /external/chromium_org/chrome/browser/metrics/
compression_utils.cc 68 *dest_length = stream.total_out;
  /external/kernel-headers/original/linux/
zlib.h 91 uLong total_out; /* total nb of bytes output so far */ member in struct:z_stream_s
130 The fields total_in and total_out can be used for statistics or
403 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.cc 55 zcontext_.total_out = 0;
181 return zcontext_.total_out +
217 zcontext_.total_out = 0;
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 55 zcontext_.total_out = 0;
165 return zcontext_.total_out +
211 zcontext_.total_out = 0;
  /external/zlib/src/contrib/delphi/
ZLib.pas 30 total_out: Longint; // total nb of bytes output so far
315 ReallocMem(OutBuf, strm.total_out);
316 OutBytes := strm.total_out;
358 ReallocMem(OutBuf, strm.total_out);
359 OutBytes := strm.total_out;
477 Result := (1.0 - (FZRec.total_out / FZRec.total_in)) * 100.0;
541 ( ((Offset - FZRec.total_out) > 0) and (Origin = soFromBeginning)) then
543 if Origin = soFromBeginning then Dec(Offset, FZRec.total_out);
553 Result := FZRec.total_out;
  /external/zlib/src/contrib/testzlib/
testzlib.c 215 lSizeCpr=zcpr.total_out;
256 lSizeUncpr=zcpr.total_out;
  /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) {
364 if (d_stream.total_out != 2*uncomprLen + comprLen/2) {
365 fprintf(stderr, "bad large inflate: %ld\n", d_stream.total_out);
407 *comprLen = c_stream.total_out;
  /external/qemu/block/
cloop.c 123 if(ret != Z_STREAM_END || s->zstream.total_out != s->block_size)
  /libcore/luni/src/main/native/
java_util_zip_Deflater.cpp 35 return toNativeZipStream(handle)->stream.total_out;
java_util_zip_Inflater.cpp 155 return toNativeZipStream(handle)->stream.total_out;
  /system/core/libzipfile/
zipfile.c 106 fprintf(stderr, "zerr=%d Z_STREAM_END=%d total_out=%lu\n", zerr, Z_STREAM_END,
107 zstream.total_out);
  /external/zlib/src/contrib/pascal/
example.pas 202 (c_stream.total_out < comprLen) do
247 while (d_stream.total_out < uncomprLen) and
354 if d_stream.total_out <> 2 * uncomprLen + comprLen div 2 then
356 WriteLn('bad large inflate: ', d_stream.total_out);
399 comprLen := c_stream.total_out;
  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.c     [all...]
  /external/zlib/src/contrib/minizip/
unzip.c     [all...]
  /art/runtime/
zip_archive.cc 240 if (zstream->Get().total_out != uncompressed_length) {
242 << zstream->Get().total_out << " vs " << uncompressed_length << ")";
  /dalvik/libdex/
ZipArchive.cpp 754 if (zstream.total_out != uncompLen) {
756 zstream.total_out, uncompLen);
  /development/ndk/platforms/android-3/include/
zlib.h 89 uLong total_out; /* total nb of bytes output so far */ member in struct:z_stream_s
153 The fields total_in and total_out can be used for statistics or
434 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
    [all...]

Completed in 4754 milliseconds

1 23 4 5 6