/external/openssh/ |
D | compress.c | 66 (unsigned long long)outgoing_stream.total_out, in buffer_compress_uninit() 68 (double) outgoing_stream.total_out / outgoing_stream.total_in); in buffer_compress_uninit() 70 (unsigned long long)incoming_stream.total_out, in buffer_compress_uninit() 72 incoming_stream.total_out == 0 ? 0.0 : in buffer_compress_uninit() 73 (double) incoming_stream.total_in / incoming_stream.total_out); in buffer_compress_uninit()
|
/external/zlib/src/contrib/delphi/ |
D | 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/dotzlib/DotZLib/ |
D | CodecBase.cs | 77 if (_ztream.total_out > 0) in OnDataAvailable() 80 DataAvailable( _outBuffer, 0, (int)_ztream.total_out); in OnDataAvailable() 182 _ztream.total_out = 0; in resetOutput()
|
D | DotZLib.cs | 38 public uint total_out; field
|
/external/zlib/src/contrib/pascal/ |
D | 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;
|
D | zlibpas.pas | 35 total_out: LongInt; (* total nb of bytes output so far *)
|
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 55 zcontext_.total_out = 0; in GzipInputStream() 165 return zcontext_.total_out + in ByteCount() 211 zcontext_.total_out = 0; in Init()
|
/external/zlib/src/test/ |
D | 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/distrib/zlib-1.2.3/ |
D | uncompr.c | 57 *destLen = stream.total_out;
|
D | compress.c | 54 *destLen = stream.total_out;
|
D | inflate.c | 110 strm->total_in = strm->total_out = state->total = 0; 1081 strm->total_out += out; 1143 strm->total_out += out; 1298 in = strm->total_in; out = strm->total_out; 1300 strm->total_in = in; strm->total_out = out;
|
D | zlib.h | 89 uLong total_out; /* total nb of bytes output so far */ member
|
/external/zlib/src/ |
D | uncompr.c | 55 *destLen = stream.total_out;
|
D | compress.c | 54 *destLen = stream.total_out;
|
D | inflate.c | 110 strm->total_in = strm->total_out = state->total = 0; 1177 strm->total_out += out; 1240 strm->total_out += out; 1397 in = strm->total_in; out = strm->total_out; 1399 strm->total_in = in; strm->total_out = out;
|
D | zlib.h | 92 uLong total_out; /* total number of bytes output so far */ member
|
/external/zlib/src/contrib/testzlib/ |
D | testzlib.c | 215 lSizeCpr=zcpr.total_out; in main() 256 lSizeUncpr=zcpr.total_out; in main()
|
/external/kernel-headers/original/linux/ |
D | zlib.h | 91 uLong total_out; /* total nb of bytes output so far */ member
|
/external/qemu/block/ |
D | cloop.c | 123 if(ret != Z_STREAM_END || s->zstream.total_out != s->block_size) in cloop_read_block()
|
D | dmg.c | 249 if(ret != Z_STREAM_END || s->zstream.total_out != 512*s->sectorcounts[chunk]) in dmg_read_chunk()
|
/external/zlib/src/contrib/minizip/ |
D | unzip.c | 1548 pfile_in_zip_read_info->stream.total_out = 0; in unzOpenCurrentFile3() 1792 pfile_in_zip_read_info->stream.total_out += uDoCopy; in unzReadCurrentFile() 1808 … pfile_in_zip_read_info->bstream.total_out_lo32 = pfile_in_zip_read_info->stream.total_out; in unzReadCurrentFile() 1830 … pfile_in_zip_read_info->stream.total_out = pfile_in_zip_read_info->bstream.total_out_lo32; in unzReadCurrentFile() 1845 uTotalOutBefore = pfile_in_zip_read_info->stream.total_out; in unzReadCurrentFile() 1859 uTotalOutAfter = pfile_in_zip_read_info->stream.total_out; in unzReadCurrentFile() 1901 return (z_off_t)pfile_in_zip_read_info->stream.total_out; in unztell()
|
D | zip.c | 1203 zi->ci.stream.total_out = 0; in zipOpenNewFileInZip4_64() 1472 uLong uTotalOutBefore = zi->ci.stream.total_out; in zipWriteInFileInZip() 1474 if(uTotalOutBefore > zi->ci.stream.total_out) in zipWriteInFileInZip() 1480 zi->ci.pos_in_buffered_data += (uInt)(zi->ci.stream.total_out - uTotalOutBefore) ; in zipWriteInFileInZip() 1499 zi->ci.stream.total_out+= copy_this; in zipWriteInFileInZip() 1542 uTotalOutBefore = zi->ci.stream.total_out; in zipCloseFileInZipRaw64() 1544 … zi->ci.pos_in_buffered_data += (uInt)(zi->ci.stream.total_out - uTotalOutBefore) ; in zipCloseFileInZipRaw64()
|
/external/chromium/sdch/open-vcdiff/src/ |
D | zlib.h | 89 uLong total_out; /* total nb of bytes output so far */ member
|
/external/zlib/src/examples/ |
D | gzappend.c | 343 tot = strm->total_out; in gzscan()
|
/external/zlib/ |
D | zlib.h | 92 uLong total_out; /* total number of bytes output so far */ member
|