HomeSort by relevance Sort by last modified time
    Searched refs:FCol (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
BufferImage.c 430 @param[out] FCol The actual column number.
432 @retval TRUE The actual column was in high bits and is now in FCol.
438 OUT UINTN *FCol
448 *FCol = 0;
456 *FCol = (Column / 3) + 1;
463 *FCol = 0;
1146 UINTN FCol;
1160 FCol = HBufferImage.BufferPosition.Column;
1171 if (FCol > Line->Size) {
1181 Old = Line->Buffer[FCol - 1];
    [all...]
BufferImage.h 256 @param[out] FCol The actual column number.
258 @retval TRUE The actual column was in high bits and is now in FCol.
264 OUT UINTN *FCol
MainHexEditor.c 147 UINTN FCol;
155 FCol = 0;
201 FCol = (UINTN)ModU64x32(Offset , 0x10) + 1;
203 HBufferImageMovePosition (FRow, FCol, TRUE);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
FileBuffer.c     [all...]
MainTextEditor.c     [all...]

Completed in 63 milliseconds