Home
last modified time | relevance | path

Searched refs:PreviousValue (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
DMemoryTest.c51 UINT64 PreviousValue; in PlatformBootManagerMemoryTest() local
86 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()
DPlatformBootManager.h147 IN UINTN PreviousValue
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DMemoryTest.c43 IN UINTN PreviousValue in PlatformBdsShowProgress() argument
151 for (Index = PreviousValue; Index < BlockNum; Index++) { in PlatformBdsShowProgress()
220 UINT64 PreviousValue; in BdsMemoryTest() local
249 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()
DBds.h110 IN UINTN PreviousValue
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DBootLogoLib.h67 IN UINTN PreviousValue
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
DPlatformBootManager.h124 IN UINTN PreviousValue
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
DBdsPlatform.h237 UINTN PreviousValue
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/
DBootLogoLib.c384 IN UINTN PreviousValue in BootLogoUpdateProgress() argument
487 for (Index = PreviousValue; Index < BlockNum; Index++) { in BootLogoUpdateProgress()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
DSetupBrowser.c67 IN UINTN PreviousValue in PlatformBdsShowProgress() argument
171 for (Index = PreviousValue; Index < BlockNum; Index++) { in PlatformBdsShowProgress()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
DBdsPlatform.h360 UINTN PreviousValue
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrSyntax.g4858 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 …]