Searched defs:StartRow (Results 1 - 1 of 1) 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...]

Completed in 44 milliseconds