Searched defs:Bytes (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DDiskImage.c181 UINTN Bytes; local
221 Bytes = BlkIo->Media->BlockSize * Size;
222 Buffer = AllocateZeroPool (Bytes);
238 Bytes,
253 Status = HBufferImageBufferToList (Buffer, Bytes);
356 UINTN Bytes; local
394 Bytes = BlkIo->Media->BlockSize * Size;
395 Buffer = AllocateZeroPool (Bytes);
403 Status = HBufferImageListToBuffer (Buffer, Bytes);
418 Bytes,
[all...]
/vbox/src/VBox/VMM/include/
H A DCFGMInternal.h59 } Bytes; member in union:CFGMVALUE
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DUsbHcMem.c40 UINTN Bytes; local
82 Bytes = EFI_PAGES_TO_SIZE (Pages);
87 &Bytes,
92 if (EFI_ERROR (Status) || (Bytes != EFI_PAGES_TO_SIZE (Pages))) {
H A DEhciSched.c118 UINTN Bytes; local
132 Bytes = 4096;
133 Pages = EFI_SIZE_TO_PAGES (Bytes);
152 &Bytes,
157 if (EFI_ERROR (Status) || (Bytes != 4096)) {
907 // may change dt/Total Bytes to Transfer/C_Page/Cerr/Status/
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUsbHcMem.c39 UINTN Bytes; local
81 Bytes = EFI_PAGES_TO_SIZE (Pages);
86 &Bytes,
91 if (EFI_ERROR (Status) || (Bytes != EFI_PAGES_TO_SIZE (Pages))) {
H A DUhciSched.c39 UINTN Bytes; local
49 Bytes = 4096;
50 Pages = EFI_SIZE_TO_PAGES (Bytes);
69 &Bytes,
74 if (EFI_ERROR (Status) || (Bytes != 4096)) {
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9effect.h63 UINT Bytes; member in struct:_D3DXPARAMETER_DESC
H A Dd3dx9shader.h120 UINT Bytes; member in struct:_D3DXCONSTANT_DESC
H A Dwinnt.h975 } Bytes; member in union:_LDT_ENTRY::__anon14512
2311 WORD e_cblp; /* 02: Bytes on last page of file */
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAhciMode.c1903 UINTN Bytes; local
1947 Bytes = (UINTN)MaxReceiveFisSize;
1953 &Bytes,
1958 if (EFI_ERROR (Status) || (Bytes != MaxReceiveFisSize)) {
2002 Bytes = (UINTN)MaxCommandListSize;
2008 &Bytes,
2013 if (EFI_ERROR (Status) || (Bytes != MaxCommandListSize)) {
2058 Bytes = (UINTN)MaxCommandTableSize;
2064 &Bytes,
2069 if (EFI_ERROR (Status) || (Bytes !
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2085 @param VbePixelWidth Bytes per pixel
2086 @param BytesPerScanLine Bytes per scan line
2721 UINTN Bytes; local
2851 Bytes = Width >> 3;
2860 Bytes
2883 Bytes = ((DestinationX + Width - 1) >> 3) - (DestinationX >> 3);
2886 if (Bytes == 0) {
2893 Bytes++;
2898 Bytes++;
2958 if (Bytes >
[all...]
/vbox/src/VBox/Devices/USB/
H A DVUSBInternal.h410 STAMCOUNTER Bytes; member in struct:VUSBROOTHUB::__anon15963
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx9shader.h120 UINT Bytes; member in struct:_D3DXCONSTANT_DESC
146 STDMETHOD(SetValue)(THIS_ LPDIRECT3DDEVICE9 pDevice, D3DXHANDLE hConstant, LPCVOID pData, UINT Bytes) PURE;
H A Dwinnt.h864 } Bytes; member in union:_LDT_ENTRY::__anon1828
2529 WORD e_cblp; /* 02: Bytes on last page of file */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddevice.c367 static HRESULT WINAPI IDirect3DDevice8Impl_ResourceManagerDiscardBytes(LPDIRECT3DDEVICE8 iface, DWORD Bytes) { argument
371 TRACE("iface %p, byte_count %u.\n", iface, Bytes);

Completed in 146 milliseconds