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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/DxeMain/
H A DDxeMain.c848 UINT32 TestDestinationSize; local
855 Status = UefiDecompressGetInfo (Source, SourceSize, &TestDestinationSize, &TestScratchSize);
860 if (ScratchSize < TestScratchSize || DestinationSize < TestDestinationSize) {

Completed in 38 milliseconds