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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c1428 INTN RowGap; local
1437 RowGap = NewFilePosRow - HBufferImage.BufferPosition.Row;
1469 if (RowGap <= 0) {
1470 Abs = (UINTN)ABS(RowGap);
1473 HBufferImage.DisplayPosition.Row += RowGap;
1500 HBufferImage.CurrentLine = HMoveCurrentLine (RowGap);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c2681 INTN RowGap; local
2692 RowGap = NewFilePosRow - FileBuffer.FilePosition.Row;
2722 if (RowGap < 0) {
2723 Abs = (UINTN)ABS(RowGap);
2726 FileBuffer.DisplayPosition.Row += RowGap;
2776 FileBuffer.CurrentLine = MoveCurrentLine (RowGap);

Completed in 50 milliseconds