Searched refs:StartRow (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c752 UINTN StartRow; local
801 StartRow = (HMainEditorBackupVar.SelectStart - 1) / 0x10 + 1;
803 StartRow = (HMainEditor.SelectStart - 1) / 0x10 + 1;
806 StartRow = (HMainEditor.SelectStart - 1) / 0x10 + 1;
817 if (StartRow > EndRow) {
818 Tmp = StartRow;
819 StartRow = EndRow;
823 FStartRow = StartRow;
826 StartRow = 2 + StartRow
1921 UINTN StartRow; local
2057 UINTN StartRow; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShellEnvironment2.h356 @param[in] StartRow The row number to start this on.
362 IN INT32 StartRow,

Completed in 67 milliseconds