Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
DBootManagerMenu.h32 #define TITLE_TOKEN_COUNT 1 macro
50 EFI_STRING_ID TitleToken[TITLE_TOKEN_COUNT]; // Title string ID
DBootManagerMenu.c176 for (Index = 0; Index < TITLE_TOKEN_COUNT; Index++) { in InitializeBootMenuScreen()
201 UnSelectableItmes = TITLE_TOKEN_COUNT + 2 + HELP_TOKEN_COUNT + 2; in InitializeBootMenuScreen()
409 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2; in BootMenuSelectItem()
421 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2 + ItemCountPerScreen - LowShadeNum; in BootMenuSelectItem()
427 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2 + TopShadeNum; in BootMenuSelectItem()
437 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2; in BootMenuSelectItem()
465 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2 + WantSelectItem - FirstItem; in BootMenuSelectItem()
540 for (Index = 0; Index < TITLE_TOKEN_COUNT; Index++) { in DrawBootPopupMenu()
594 for (Index = 0; Index < TITLE_TOKEN_COUNT; Index++, PrintRow++) { in DrawBootPopupMenu()
606 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2; in DrawBootPopupMenu()