Searched defs:TotalBytes (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A Dwritev.c105 size_t TotalBytes, i, ret; local
111 for (i = 0, TotalBytes = 0, pVecTmp = iov; i < (size_t)iovcnt; i++, pVecTmp++) {
112 TotalBytes += pVecTmp->iov_len;
119 pBuf = (char*)malloc (TotalBytes);
139 ret = write (fd, pBuf, TotalBytes);
/vbox/src/VBox/Devices/EFI/Firmware/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;
/vbox/include/VBox/GuestHost/
H A DDragAndDrop.h126 size_t TotalBytes(void) { return m_cbTotal; } function in class:DnDURIList
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciUrb.h104 UINT32 TotalBytes : 15; member in struct:__anon10814
144 UINT32 TotalBytes : 15; member in struct:__anon10815
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.h100 UINT32 TotalBytes : 15; member in struct:__anon10818
140 UINT32 TotalBytes : 15; member in struct:__anon10819
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2084 @param TotalBytes The total bytes of copy
2096 IN UINTN TotalBytes,
2110 // If TotalBytes is less than 4 bytes, only start byte copy.
2112 if (TotalBytes < 4) {
2118 TotalBytes,
2147 CopyBlockNum = (TotalBytes - UnalignedBytes) >> 2;
2148 RemainingBytes = (TotalBytes - UnalignedBytes) & 3;
2238 UINTN TotalBytes; local
2247 TotalBytes = Width * VbePixelWidth;
2336 TotalBytes
2090 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...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d9types.h1334 DWORD TotalBytes; member in struct:D3DRESOURCESTATS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d9types.h1330 DWORD TotalBytes; member in struct:D3DRESOURCESTATS
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h2351 DWORD TotalBytes; member in struct:WINED3DRESOURCESTATS
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h2352 DWORD TotalBytes; member in struct:WINED3DRESOURCESTATS
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2351 DWORD TotalBytes; member in struct:WINED3DRESOURCESTATS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.h2346 DWORD TotalBytes; member in struct:WINED3DRESOURCESTATS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2351 DWORD TotalBytes; member in struct:WINED3DRESOURCESTATS

Completed in 289 milliseconds