/external/openssh/ |
D | compress.c | 65 (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/ |
D | testzlib.c | 206 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/ |
D | gzappend.c | 372 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()
|
D | fitblk.c | 231 size - have, size, def.total_in); in main()
|
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 58 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/ |
D | gzip_stream.cc | 58 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/ |
D | 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/zlib/src/contrib/dotzlib/DotZLib/ |
D | CodecBase.cs | 172 _ztream.total_in = 0; in copyInput()
|
D | Deflater.cs | 76 inputIndex += (int)_ztream.total_in; in Add()
|
D | Inflater.cs | 75 inputIndex += (int)_ztream.total_in; in Add()
|
D | DotZLib.cs | 34 public uint total_in; field
|
/external/kernel-headers/original/linux/ |
D | zlib.h | 87 uLong total_in; /* total nb of input bytes read so far */ member
|
/external/qemu/distrib/zlib-1.2.3/ |
D | 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)); 978 strm->total_in += len;
|
D | inflate.c | 110 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;
|
D | zlib.h | 85 uLong total_in; /* total nb of input bytes read so far */ member
|
/external/zlib/src/contrib/pascal/ |
D | example.pas | 201 while (c_stream.total_in <> len) and 248 (d_stream.total_in < comprLen) do
|
D | zlibpas.pas | 31 total_in: LongInt; (* total nb of input bytes read so far *)
|
/external/zlib/src/ |
D | inflate.c | 111 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;
|
D | deflate.c | 402 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/ |
D | inflate.c | 110 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;
|
D | deflate.c | 367 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/ |
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) {
|
/external/open-vcdiff/src/zlib/ |
D | zlib.h | 85 uLong total_in; /* total nb of input bytes read so far */ member
|
/external/chromium/sdch/open-vcdiff/src/ |
D | zlib.h | 85 uLong total_in; /* total nb of input bytes read so far */ member
|
/external/chromium_org/sdch/open-vcdiff/src/zlib/ |
D | zlib.h | 85 uLong total_in; /* total nb of input bytes read so far */ member
|