Searched refs:Uint (Results 1 – 3 of 3) sorted by relevance
64 UINTN volatile Uint; member
118 UINTN Uint; in BmIsKeyOptionVariable() local129 Uint = BmCharToUint (Name[Index]); in BmIsKeyOptionVariable()130 if (Uint == -1) { in BmIsKeyOptionVariable()133 *OptionNumber = (UINT16) Uint + *OptionNumber * 0x10; in BmIsKeyOptionVariable()
787 UINTN Uint; in EfiBootManagerIsValidLoadOptionVariableName() local818 Uint = BmCharToUint (VariableName[Index]); in EfiBootManagerIsValidLoadOptionVariableName()819 if (Uint == -1) { in EfiBootManagerIsValidLoadOptionVariableName()822 *OptionNumber = (UINT16) Uint + *OptionNumber * 0x10; in EfiBootManagerIsValidLoadOptionVariableName()