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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DMisc.c123 UINTN AbsCount; local
131 AbsCount = (UINTN)ABS(Count);
132 Line = HLineRetreat (AbsCount);
156 UINTN AbsCount; local
163 AbsCount = (UINTN)ABS(Count);
164 Line = HLineRetreat (AbsCount);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c243 UINTN AbsCount; local
250 AbsCount = (UINTN)ABS(Count);
251 Line = InternalEditorMiscLineRetreat (AbsCount,MainEditor.FileBuffer->CurrentLine,MainEditor.FileBuffer->ListHead);
2650 UINTN AbsCount; local
2653 AbsCount = (UINTN)ABS(Count);
2654 Line = InternalEditorMiscLineRetreat (AbsCount,MainEditor.FileBuffer->CurrentLine,MainEditor.FileBuffer->ListHead);

Completed in 47 milliseconds