Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
DBufferImage.c264 UINTN RowStart; in HBufferImagePrintLine() local
280 RowStart = (HMainEditor.SelectStart - 1) / 0x10 + 1; in HBufferImagePrintLine()
286 if (FRow >= RowStart && FRow <= RowEnd) { in HBufferImagePrintLine()
290 if (FRow > RowStart) { in HBufferImagePrintLine()
485 UINTN RowStart; in HBufferImageIsInSelectedArea() local
504 RowStart = (HMainEditor.SelectStart - 1) / 0x10 + 1; in HBufferImageIsInSelectedArea()
511 if (FRow < RowStart || FRow > RowEnd) { in HBufferImageIsInSelectedArea()
515 if (FRow > RowStart) { in HBufferImageIsInSelectedArea()