Searched defs:RowEnd (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c265 UINTN RowEnd; local
281 RowEnd = (HMainEditor.SelectEnd - 1) / 0x10 + 1;
286 if (FRow >= RowStart && FRow <= RowEnd) {
294 if (FRow < RowEnd) {
486 UINTN RowEnd; local
505 RowEnd = (HMainEditor.SelectEnd - 1) / 0x10 + 1;
511 if (FRow < RowStart || FRow > RowEnd) {
519 if (FRow < RowEnd) {

Completed in 36 milliseconds