Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
DCustomizedDisplayLibInternal.c573 UINTN ColumnIndex; in PrintHotKeyHelpString() local
596 ColumnIndex = Index % 3; in PrintHotKeyHelpString()
597 if (ColumnIndex == 0) { in PrintHotKeyHelpString()
600 } else if (ColumnIndex == 1) { in PrintHotKeyHelpString()
641 ColumnIndex = Index % 3; in PrintHotKeyHelpString()
642 if (ColumnIndex == 0) { in PrintHotKeyHelpString()
645 ColumnIndex ++; in PrintHotKeyHelpString()
648 if (ColumnIndex == 1) { in PrintHotKeyHelpString()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DParse.c253 IN CONST UINTN ColumnIndex, in PerformParsing() argument
322 …for (ColumnLoop = 1, ColumnPointer = TempLine; ColumnLoop < ColumnIndex && ColumnPointer != NULL &… in PerformParsing()
328 if (ColumnLoop == ColumnIndex) { in PerformParsing()