Home
last modified time | relevance | path

Searched refs:total_in (Results 1 – 25 of 36) sorted by relevance

12

/external/openssh/
Dcompress.c65 (unsigned long long)outgoing_stream.total_in, in buffer_compress_uninit()
67 outgoing_stream.total_in == 0 ? 0.0 : in buffer_compress_uninit()
68 (double) outgoing_stream.total_out / outgoing_stream.total_in); in buffer_compress_uninit()
71 (unsigned long long)incoming_stream.total_in, in buffer_compress_uninit()
73 (double) incoming_stream.total_in / incoming_stream.total_out); in buffer_compress_uninit()
/external/zlib/src/contrib/testzlib/
Dtestzlib.c206 long all_read_before = zcpr.total_in; in main()
210 lOrigDone += (zcpr.total_in-all_read_before); in main()
211 lOrigToDo -= (zcpr.total_in-all_read_before); in main()
247 long all_read_before = zcpr.total_in; in main()
251 lOrigDone += (zcpr.total_in-all_read_before); in main()
252 lOrigToDo -= (zcpr.total_in-all_read_before); in main()
/external/zlib/src/examples/
Dgzappend.c372 strm->total_in = tot; in gzscan()
443 out[4] = (unsigned char)(strm->total_in); in gztack()
444 out[5] = (unsigned char)(strm->total_in >> 8); in gztack()
445 out[6] = (unsigned char)(strm->total_in >> 16); in gztack()
446 out[7] = (unsigned char)(strm->total_in >> 24); in gztack()
Dfitblk.c231 size - have, size, def.total_in); in main()
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.cc58 zcontext_.total_in = 0; in GzipInputStream()
214 zcontext_.total_in = 0; in Init()
293 return zcontext_.total_in + zcontext_.avail_in; in ByteCount()
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
Dgzip_stream.cc58 zcontext_.total_in = 0; in GzipInputStream()
220 zcontext_.total_in = 0; in Init()
298 return zcontext_.total_in + zcontext_.avail_in; in ByteCount()
/external/zlib/src/contrib/delphi/
DZLib.pas26 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/zlib/src/contrib/dotzlib/DotZLib/
DCodecBase.cs172 _ztream.total_in = 0; in copyInput()
DDeflater.cs76 inputIndex += (int)_ztream.total_in; in Add()
DInflater.cs75 inputIndex += (int)_ztream.total_in; in Add()
DDotZLib.cs34 public uint total_in; field
/external/kernel-headers/original/linux/
Dzlib.h87 uLong total_in; /* total nb of input bytes read so far */ member
/external/qemu/distrib/zlib-1.2.3/
Ddeflate.c367 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));
978 strm->total_in += len;
Dinflate.c110 strm->total_in = strm->total_out = state->total = 0;
1142 strm->total_in += in;
1294 strm->total_in += len;
1298 in = strm->total_in; out = strm->total_out;
1300 strm->total_in = in; strm->total_out = out;
Dzlib.h85 uLong total_in; /* total nb of input bytes read so far */ member
/external/zlib/src/contrib/pascal/
Dexample.pas201 while (c_stream.total_in <> len) and
248 (d_stream.total_in < comprLen) do
Dzlibpas.pas31 total_in: LongInt; (* total nb of input bytes read so far *)
/external/zlib/src/
Dinflate.c111 strm->total_in = strm->total_out = state->total = 0;
1240 strm->total_in += in;
1409 strm->total_in += len;
1413 in = strm->total_in; out = strm->total_out;
1415 strm->total_in = in; strm->total_out = out;
Ddeflate.c402 strm->total_in = strm->total_out = 0;
513 strm->total_in != 0) {
959 put_byte(s, (Byte)(strm->total_in & 0xff));
960 put_byte(s, (Byte)((strm->total_in >> 8) & 0xff));
961 put_byte(s, (Byte)((strm->total_in >> 16) & 0xff));
962 put_byte(s, (Byte)((strm->total_in >> 24) & 0xff));
1098 strm->total_in += len;
/external/chromium_org/third_party/zlib/
Dinflate.c110 strm->total_in = strm->total_out = state->total = 0;
1224 strm->total_in += in;
1377 strm->total_in += len;
1381 in = strm->total_in; out = strm->total_out;
1383 strm->total_in = in; strm->total_out = out;
Ddeflate.c367 strm->total_in = strm->total_out = 0;
441 strm->total_in != 0) {
898 put_byte(s, (Byte)(strm->total_in & 0xff));
899 put_byte(s, (Byte)((strm->total_in >> 8) & 0xff));
900 put_byte(s, (Byte)((strm->total_in >> 16) & 0xff));
901 put_byte(s, (Byte)((strm->total_in >> 24) & 0xff));
1038 strm->total_in += len;
/external/zlib/src/test/
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) {
/external/open-vcdiff/src/zlib/
Dzlib.h85 uLong total_in; /* total nb of input bytes read so far */ member
/external/chromium/sdch/open-vcdiff/src/
Dzlib.h85 uLong total_in; /* total nb of input bytes read so far */ member
/external/chromium_org/sdch/open-vcdiff/src/zlib/
Dzlib.h85 uLong total_in; /* total nb of input bytes read so far */ member

12