Home
last modified time | relevance | path

Searched refs:Base10Exponent (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DFrontPage.c611 IN UINT16 Base10Exponent, in ConvertProcessorToString() argument
619 if (Base10Exponent >= 6) { in ConvertProcessorToString()
621 for (Index = 0; Index < (UINTN) (Base10Exponent - 6); Index++) { in ConvertProcessorToString()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
DFrontPage.c743 IN UINT16 Base10Exponent, in ConvertProcessorToString() argument
752 if (Base10Exponent >= 6) { in ConvertProcessorToString()
754 for (Index = 0; Index < (UINTN) (Base10Exponent - 6); Index++) { in ConvertProcessorToString()