HomeSort by relevance Sort by last modified time
    Searched refs:TotalBytes (Results 1 - 25 of 26) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
writev.c 104 size_t TotalBytes;
112 for (i = 0, TotalBytes = 0, pVecTmp = iov; i < (size_t)iovcnt; i++, pVecTmp++) {
113 TotalBytes += pVecTmp->iov_len;
120 pBuf = (char*)malloc (TotalBytes);
140 ret = write (fd, pBuf, TotalBytes);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
recvfrom.c 65 ssize_t TotalBytes;
136 TotalBytes = 0;
146 if ( 0 == TotalBytes ) {
147 TotalBytes = -1;
168 TotalBytes += LengthInBytes;
173 LengthInBytes = TotalBytes;
  /external/ltp/testcases/kernel/io/disktest/
dump.c 43 static size_t TotalBytes = 0;
48 TotalBytes = 0;
56 sprintf(buff, "%08lX", (long)TotalBytes);
79 TotalBytes += iBytes;
87 static size_t TotalBytes = 0;
91 TotalBytes = 0;
99 sprintf(buff, "%08lX ", (long)TotalBytes);
105 TotalBytes += iBytes;
179 OFF_T TargetLBA, TotalBytes = 0;
215 TotalBytes += (OFF_T) NumBytes
    [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
FbGop.c 1056 @param TotalBytes The total bytes of copy
1068 IN UINTN TotalBytes,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciDebug.c 109 DEBUG ((EFI_D_VERBOSE, "Total Bytes : %d\n", QtdHw->TotalBytes));
185 DEBUG ((EFI_D_VERBOSE, "Total Bytes : %d\n", QhHw->TotalBytes));
EhciUrb.h 104 UINT32 TotalBytes : 15;
144 UINT32 TotalBytes : 15;
EhciUrb.c 72 QtdHw->TotalBytes = 0;
112 QtdHw->TotalBytes = (UINT32) Len;
EhciSched.c 630 Urb->Completed += Qtd->DataLen - QtdHw->TotalBytes;
633 if ((QtdHw->TotalBytes != 0) && (QtdHw->Pid == QTD_PID_INPUT)) {
917 QtdHw->TotalBytes = (UINT32) Qtd->DataLen;
941 QhHw->TotalBytes = 0;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciSched.c 369 Urb->Completed += Qtd->DataLen - QtdHw->TotalBytes;
372 if ((QtdHw->TotalBytes != 0) && (QtdHw->Pid == QTD_PID_INPUT)) {
EhciUrb.h 100 UINT32 TotalBytes : 15;
140 UINT32 TotalBytes : 15;
EhciUrb.c 71 QtdHw->TotalBytes = 0;
110 QtdHw->TotalBytes = (UINT32) Len;
  /external/webrtc/webrtc/video/
vie_channel.cc 247 static_cast<int>(rtp_rtx.transmitted.TotalBytes() * 8 / elapsed_sec /
258 static_cast<int>(rtp_rtx.retransmitted.TotalBytes() * 8 /
263 static_cast<int>(rtx.transmitted.TotalBytes() * 8 / elapsed_sec /
274 static_cast<int>(rtp_rtx.fec.TotalBytes() * 8 / elapsed_sec /
310 static_cast<int>(rtp_rtx.transmitted.TotalBytes() * 8 / elapsed_sec /
321 static_cast<int>(rtp_rtx.retransmitted.TotalBytes() * 8 /
327 static_cast<int>(rtx.transmitted.TotalBytes() * 8 / elapsed_sec /
333 static_cast<int>(rtp_rtx.fec.TotalBytes() * 8 / elapsed_sec /
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
BiosVideo.c     [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl_unittest.cc 421 EXPECT_EQ(rtp.transmitted.TotalBytes(), rtp.transmitted.payload_bytes +
447 EXPECT_EQ(sum.transmitted.TotalBytes(),
448 rtp.transmitted.TotalBytes() + rtp2.transmitted.TotalBytes());
rtp_sender_unittest.cc     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.c     [all...]
  /external/webrtc/webrtc/call/
rampup_tests.cc 258 *total_sent += stream.rtp_stats.transmitted.TotalBytes() +
259 stream.rtp_stats.retransmitted.TotalBytes() +
260 stream.rtp_stats.fec.TotalBytes();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DataSink.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DataSource.c     [all...]
  /external/webrtc/webrtc/
common_types.h 846 size_t TotalBytes() const {
  /external/swiftshader/include/Direct3D/
d3d8types.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9types.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h     [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 838 unsigned TotalBytes = 0;
    [all...]

Completed in 1457 milliseconds

1 2