Searched refs:TotalBytes (Results 1 - 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
H A Dwritev.c104 size_t TotalBytes; local
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/
H A Drecvfrom.c65 ssize_t TotalBytes; local
136 TotalBytes = 0;
146 if ( 0 == TotalBytes ) {
147 TotalBytes = -1;
168 TotalBytes += LengthInBytes;
173 LengthInBytes = TotalBytes;
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
H A DFbGop.c1056 @param TotalBytes The total bytes of copy
1068 IN UINTN TotalBytes,
1082 // If TotalBytes is less than 4 bytes, only start byte copy.
1084 if (TotalBytes < 4) {
1090 TotalBytes,
1119 CopyBlockNum = (TotalBytes - UnalignedBytes) >> 2;
1120 RemainingBytes = (TotalBytes - UnalignedBytes) & 3;
1210 UINTN TotalBytes; local
1219 TotalBytes = Width * VbePixelWidth;
1308 TotalBytes
1062 CopyVideoBuffer( IN EFI_PCI_IO_PROTOCOL *PciIo, IN UINT8 *VbeBuffer, IN VOID *MemAddress, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN TotalBytes, IN UINT32 VbePixelWidth, IN UINTN BytesPerScanLine ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciDebug.c109 DEBUG ((EFI_D_VERBOSE, "Total Bytes : %d\n", QtdHw->TotalBytes));
185 DEBUG ((EFI_D_VERBOSE, "Total Bytes : %d\n", QhHw->TotalBytes));
H A DEhciUrb.h104 UINT32 TotalBytes : 15; member in struct:__anon5721
144 UINT32 TotalBytes : 15; member in struct:__anon5722
H A DEhciUrb.c72 QtdHw->TotalBytes = 0;
112 QtdHw->TotalBytes = (UINT32) Len;
H A DEhciSched.c630 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/
H A DEhciSched.c369 Urb->Completed += Qtd->DataLen - QtdHw->TotalBytes;
372 if ((QtdHw->TotalBytes != 0) && (QtdHw->Pid == QTD_PID_INPUT)) {
H A DEhciUrb.h100 UINT32 TotalBytes : 15; member in struct:__anon5725
140 UINT32 TotalBytes : 15; member in struct:__anon5726
H A DEhciUrb.c71 QtdHw->TotalBytes = 0;
110 QtdHw->TotalBytes = (UINT32) Len;
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
H A DBiosVideo.c1801 @param TotalBytes - The total bytes of copy
1815 IN UINTN TotalBytes,
1829 // If TotalBytes is less than 4 bytes, only start byte copy.
1831 if (TotalBytes < 4) {
1837 TotalBytes,
1866 CopyBlockNum = (TotalBytes - UnalignedBytes) >> 2;
1867 RemainingBytes = (TotalBytes - UnalignedBytes) & 3;
1957 UINTN TotalBytes; local
1968 TotalBytes = Width * VbePixelWidth;
2057 TotalBytes
1809 CopyVideoBuffer( IN EFI_PCI_IO_PROTOCOL *PciIo, IN UINT8 *VbeBuffer, IN VOID *MemAddress, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN TotalBytes, IN UINT32 VbePixelWidth, IN UINTN BytesPerScanLine ) argument
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2133 @param TotalBytes The total bytes of copy
2145 IN UINTN TotalBytes,
2159 // If TotalBytes is less than 4 bytes, only start byte copy.
2161 if (TotalBytes < 4) {
2167 TotalBytes,
2196 CopyBlockNum = (TotalBytes - UnalignedBytes) >> 2;
2197 RemainingBytes = (TotalBytes - UnalignedBytes) & 3;
2287 UINTN TotalBytes; local
2296 TotalBytes = Width * VbePixelWidth;
2385 TotalBytes
2139 CopyVideoBuffer( IN EFI_PCI_IO_PROTOCOL *PciIo, IN UINT8 *VbeBuffer, IN VOID *MemAddress, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN TotalBytes, IN UINT32 VbePixelWidth, IN UINTN BytesPerScanLine ) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
H A DDataSink.c848 UINT64 TotalBytes; local
886 TotalBytes = 0;
889 TotalBytes += Port[ Index ].BytesReceived[ Count ];
891 Average = (UINT32)RShiftU64 ( TotalBytes, DATA_SAMPLE_SHIFT );
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
H A DDataSource.c1335 UINT64 TotalBytes; local
1364 TotalBytes = 0;
1366 TotalBytes += BytesSent[ Index ];
1368 Average = (UINT32)RShiftU64 ( TotalBytes, DATA_SAMPLE_SHIFT );

Completed in 246 milliseconds