Home
last modified time | relevance | path

Searched refs:Uint (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
DInternalBootScriptLib.h64 UINTN volatile Uint; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmHotkey.c118 UINTN Uint; in BmIsKeyOptionVariable() local
129 Uint = BmCharToUint (Name[Index]); in BmIsKeyOptionVariable()
130 if (Uint == -1) { in BmIsKeyOptionVariable()
133 *OptionNumber = (UINT16) Uint + *OptionNumber * 0x10; in BmIsKeyOptionVariable()
DBmLoadOption.c787 UINTN Uint; in EfiBootManagerIsValidLoadOptionVariableName() local
818 Uint = BmCharToUint (VariableName[Index]); in EfiBootManagerIsValidLoadOptionVariableName()
819 if (Uint == -1) { in EfiBootManagerIsValidLoadOptionVariableName()
822 *OptionNumber = (UINT16) Uint + *OptionNumber * 0x10; in EfiBootManagerIsValidLoadOptionVariableName()