Searched defs:reqSize (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp6492 uint32_t pixelWidth, reqSize; local
6497 reqSize = mode_info_list[i].info.XResolution
6500 if (reqSize >= pThis->vram_size)
6528 uint32_t pixelWidth, reqSize; local
6533 reqSize = pDefMode->info.XResolution * pDefMode->info.YResolution * pixelWidth;
6534 if (reqSize >= pThis->vram_size)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DTpm12.h698 UINT16 reqSize; member in struct:tdTPM_SELECT_SIZE

Completed in 84 milliseconds