Searched refs:TotalBytes (Results 1 – 9 of 9) sorted by relevance
43 static size_t TotalBytes = 0; in format_str() local48 TotalBytes = 0; in format_str()56 sprintf(buff, "%08lX", (long)TotalBytes); in format_str()79 TotalBytes += iBytes; in format_str()87 static size_t TotalBytes = 0; in format_raw() local91 TotalBytes = 0; in format_raw()99 sprintf(buff, "%08lX ", (long)TotalBytes); in format_raw()105 TotalBytes += iBytes; in format_raw()179 OFF_T TargetLBA, TotalBytes = 0; in do_dump() local215 TotalBytes += (OFF_T) NumBytes; in do_dump()[all …]
247 static_cast<int>(rtp_rtx.transmitted.TotalBytes() * 8 / elapsed_sec / in UpdateHistograms()258 static_cast<int>(rtp_rtx.retransmitted.TotalBytes() * 8 / in UpdateHistograms()263 static_cast<int>(rtx.transmitted.TotalBytes() * 8 / elapsed_sec / in UpdateHistograms()274 static_cast<int>(rtp_rtx.fec.TotalBytes() * 8 / elapsed_sec / in UpdateHistograms()310 static_cast<int>(rtp_rtx.transmitted.TotalBytes() * 8 / elapsed_sec / in UpdateHistograms()321 static_cast<int>(rtp_rtx.retransmitted.TotalBytes() * 8 / in UpdateHistograms()327 static_cast<int>(rtx.transmitted.TotalBytes() * 8 / elapsed_sec / in UpdateHistograms()333 static_cast<int>(rtp_rtx.fec.TotalBytes() * 8 / elapsed_sec / in UpdateHistograms()
421 EXPECT_EQ(rtp.transmitted.TotalBytes(), rtp.transmitted.payload_bytes + in TEST_F()447 EXPECT_EQ(sum.transmitted.TotalBytes(), in TEST_F()448 rtp.transmitted.TotalBytes() + rtp2.transmitted.TotalBytes()); in TEST_F()
1353 EXPECT_EQ(rtp_stats.transmitted.TotalBytes(), in TEST_F()1357 EXPECT_EQ(rtx_stats.transmitted.TotalBytes(), in TEST_F()1364 rtp_stats.transmitted.TotalBytes() + rtx_stats.transmitted.TotalBytes()); in TEST_F()
258 *total_sent += stream.rtp_stats.transmitted.TotalBytes() + in AccumulateStats()259 stream.rtp_stats.retransmitted.TotalBytes() + in AccumulateStats()260 stream.rtp_stats.fec.TotalBytes(); in AccumulateStats()
846 size_t TotalBytes() const { in TotalBytes() function
1658 DWORD TotalBytes; /* total number of bytes of managed objects */ member
1571 DWORD TotalBytes; member
838 unsigned TotalBytes = 0; in PrintStats() local843 TotalBytes += counts[Idx] * sizeof(Name##Type); \ in PrintStats()848 llvm::errs() << "Total bytes = " << TotalBytes << "\n"; in PrintStats()