Searched refs:PreviousValue (Results 1 – 11 of 11) sorted by relevance
51 UINT64 PreviousValue; in PlatformBootManagerMemoryTest() local86 PreviousValue = 0; in PlatformBootManagerMemoryTest()157 if (TestPercent != PreviousValue) { in PlatformBootManagerMemoryTest()182 (UINTN) PreviousValue in PlatformBootManagerMemoryTest()188 PreviousValue = TestPercent; in PlatformBootManagerMemoryTest()206 (UINTN) PreviousValue in PlatformBootManagerMemoryTest()250 (UINTN) PreviousValue in PlatformBootManagerMemoryTest()
147 IN UINTN PreviousValue
43 IN UINTN PreviousValue in PlatformBdsShowProgress() argument151 for (Index = PreviousValue; Index < BlockNum; Index++) { in PlatformBdsShowProgress()220 UINT64 PreviousValue; in BdsMemoryTest() local249 PreviousValue = 0; in BdsMemoryTest()320 if (TestPercent != PreviousValue) { in BdsMemoryTest()345 (UINTN) PreviousValue in BdsMemoryTest()351 PreviousValue = TestPercent; in BdsMemoryTest()369 (UINTN) PreviousValue in BdsMemoryTest()413 (UINTN) PreviousValue in BdsMemoryTest()
110 IN UINTN PreviousValue
67 IN UINTN PreviousValue
124 IN UINTN PreviousValue
237 UINTN PreviousValue
384 IN UINTN PreviousValue in BootLogoUpdateProgress() argument487 for (Index = PreviousValue; Index < BlockNum; Index++) { in BootLogoUpdateProgress()
67 IN UINTN PreviousValue in PlatformBdsShowProgress() argument171 for (Index = PreviousValue; Index < BlockNum; Index++) { in PlatformBdsShowProgress()
360 UINTN PreviousValue
4858 UINT8 PreviousValue;4864 PreviousValue = Value;4876 if((IsHex && ((Value/16) != PreviousValue)) || (!IsHex && ((Value/10) != PreviousValue))) {4895 UINT16 PreviousValue;4901 PreviousValue = Value;4913 if((IsHex && ((Value/16) != PreviousValue)) || (!IsHex && ((Value/10) != PreviousValue))) {4932 UINT32 PreviousValue;4938 PreviousValue = Value;4950 if((IsHex && ((Value/16) != PreviousValue)) || (!IsHex && ((Value/10) != PreviousValue ))) {4968 UINT64 PreviousValue;[all …]