Home
last modified time | relevance | path

Searched refs:TotalBytes (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
Ddump.c43 static size_t TotalBytes = 0; in format_str() local
48 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() local
91 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() local
215 TotalBytes += (OFF_T) NumBytes; in do_dump()
[all …]
/external/webrtc/webrtc/video/
Dvie_channel.cc247 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()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl_unittest.cc421 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()
Drtp_sender_unittest.cc1353 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()
/external/webrtc/webrtc/call/
Drampup_tests.cc258 *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()
/external/webrtc/webrtc/
Dcommon_types.h846 size_t TotalBytes() const { in TotalBytes() function
/external/swiftshader/include/Direct3D/
Dd3d8types.h1658 DWORD TotalBytes; /* total number of bytes of managed objects */ member
/external/mesa3d/include/D3D9/
Dd3d9types.h1571 DWORD TotalBytes; member
/external/clang/lib/AST/
DASTContext.cpp838 unsigned TotalBytes = 0; in PrintStats() local
843 TotalBytes += counts[Idx] * sizeof(Name##Type); \ in PrintStats()
848 llvm::errs() << "Total bytes = " << TotalBytes << "\n"; in PrintStats()