Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
DFrontPage.c391 IN UINT16 Base10Exponent, in ConvertProcessorToString() argument
400 if (Base10Exponent >= 6) { in ConvertProcessorToString()
402 for (Index = 0; Index < (UINTN) (Base10Exponent - 6); Index++) { in ConvertProcessorToString()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DFrontPage.c613 IN UINT16 Base10Exponent, in ConvertProcessorToString() argument
621 if (Base10Exponent >= 6) { in ConvertProcessorToString()
623 for (Index = 0; Index < (UINTN) (Base10Exponent - 6); Index++) { in ConvertProcessorToString()