Searched refs:total_out (Results 1 - 25 of 44) sorted by relevance

12

/external/openssh/
H A Dcompress.c66 (unsigned long long)outgoing_stream.total_out,
68 (double) outgoing_stream.total_out / outgoing_stream.total_in);
70 (unsigned long long)incoming_stream.total_out,
72 incoming_stream.total_out == 0 ? 0.0 :
73 (double) incoming_stream.total_in / incoming_stream.total_out);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCodecBase.cs77 if (_ztream.total_out > 0)
80 DataAvailable( _outBuffer, 0, (int)_ztream.total_out);
182 _ztream.total_out = 0;
H A DDotZLib.cs38 public uint total_out; field in struct:DotZLib.ZStream
/external/chromium_org/third_party/zlib/
H A Duncompr.c55 *destLen = stream.total_out;
H A Dcompress.c54 *destLen = stream.total_out;
H A Dinflate.c110 strm->total_in = strm->total_out = state->total = 0;
1163 strm->total_out += out;
1225 strm->total_out += out;
1349 unsigned long in, out; /* temporary to save total_in and total_out */
1381 in = strm->total_in; out = strm->total_out;
1383 strm->total_in = in; strm->total_out = out;
/external/qemu/distrib/zlib-1.2.3/
H A Duncompr.c57 *destLen = stream.total_out;
H A Dcompress.c54 *destLen = stream.total_out;
H A Dinflate.c110 strm->total_in = strm->total_out = state->total = 0;
1081 strm->total_out += out;
1143 strm->total_out += out;
1266 unsigned long in, out; /* temporary to save total_in and total_out */
1298 in = strm->total_in; out = strm->total_out;
1300 strm->total_in = in; strm->total_out = out;
/external/zlib/src/
H A Duncompr.c55 *destLen = stream.total_out;
H A Dcompress.c54 *destLen = stream.total_out;
H A Dinflate.c111 strm->total_in = strm->total_out = state->total = 0;
1178 strm->total_out += out;
1241 strm->total_out += out;
1381 unsigned long in, out; /* temporary to save total_in and total_out */
1413 in = strm->total_in; out = strm->total_out;
1415 strm->total_in = in; strm->total_out = out;
/external/chromium_org/chrome/browser/metrics/
H A Dcompression_utils.cc68 *dest_length = stream.total_out;
/external/kernel-headers/original/linux/
H A Dzlib.h91 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
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc55 zcontext_.total_out = 0;
181 return zcontext_.total_out +
217 zcontext_.total_out = 0;
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc55 zcontext_.total_out = 0;
165 return zcontext_.total_out +
211 zcontext_.total_out = 0;
/external/zlib/src/contrib/delphi/
H A DZLib.pas30 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/
H A Dtestzlib.c215 lSizeCpr=zcpr.total_out;
256 lSizeUncpr=zcpr.total_out;
/external/zlib/src/test/
H A Dexample.c218 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/
H A Dcloop.c123 if(ret != Z_STREAM_END || s->zstream.total_out != s->block_size)
/external/zlib/src/contrib/pascal/
H A Dexample.pas202 (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/
H A Dunzip.c1548 pfile_in_zip_read_info->stream.total_out = 0;
1792 pfile_in_zip_read_info->stream.total_out += uDoCopy;
1808 pfile_in_zip_read_info->bstream.total_out_lo32 = pfile_in_zip_read_info->stream.total_out;
1830 pfile_in_zip_read_info->stream.total_out = pfile_in_zip_read_info->bstream.total_out_lo32;
1845 uTotalOutBefore = pfile_in_zip_read_info->stream.total_out;
1859 uTotalOutAfter = pfile_in_zip_read_info->stream.total_out;
1901 return (z_off_t)pfile_in_zip_read_info->stream.total_out;
/external/zlib/src/contrib/minizip/
H A Dunzip.c1548 pfile_in_zip_read_info->stream.total_out = 0;
1792 pfile_in_zip_read_info->stream.total_out += uDoCopy;
1808 pfile_in_zip_read_info->bstream.total_out_lo32 = pfile_in_zip_read_info->stream.total_out;
1830 pfile_in_zip_read_info->stream.total_out = pfile_in_zip_read_info->bstream.total_out_lo32;
1845 uTotalOutBefore = pfile_in_zip_read_info->stream.total_out;
1859 uTotalOutAfter = pfile_in_zip_read_info->stream.total_out;
1901 return (z_off_t)pfile_in_zip_read_info->stream.total_out;
/external/chromium/sdch/open-vcdiff/src/
H A Dzlib.h89 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
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h89 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

Completed in 943 milliseconds

12