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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DMemoryTest.c219 UINTN TestPercent; local
314 TestPercent = (UINTN) DivU64x32 (
318 if (TestPercent != PreviousValue) {
319 UnicodeValueToString (StrPercent, 0, TestPercent, 0);
337 TestPercent,
344 PreviousValue = TestPercent;

Completed in 32 milliseconds