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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DMisc.c233 INT32 Gap; local
236 Gap = (HMainEditor.MouseAccumulatorX * (INT32) HMainEditor.ScreenSize.Column) / (INT32) (50 * (INT32) HMainEditor.MouseInterface->Mode->ResolutionX);
239 return Gap;
254 INT32 Gap; local
257 Gap = (HMainEditor.MouseAccumulatorY * (INT32) HMainEditor.ScreenSize.Row) / (INT32) (50 * (INT32) HMainEditor.MouseInterface->Mode->ResolutionY);
261 return Gap;
H A DBufferImage.c1703 UINTN Gap; local
1716 Gap = (HMainEditor.ScreenSize.Row - 2);
1721 Gap = HBufferImage.NumLines - FRow;
1726 Line = HMoveLine (Gap);
1736 FRow += Gap;
1756 UINTN Gap; local
1768 Gap = (HMainEditor.ScreenSize.Row - 2);
1773 Gap = FRow - 1;
1776 Retreat = Gap;
1784 FRow -= Gap;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DMainTextEditor.c1656 INT32 Gap; local
1659 Gap = (MainEditor.MouseAccumulatorX * (INT32) MainEditor.ScreenSize.Column) / (INT32) (50 * (INT32) MainEditor.MouseInterface->Mode->ResolutionX);
1662 return Gap;
1678 INT32 Gap; local
1681 Gap = (MainEditor.MouseAccumulatorY * (INT32) MainEditor.ScreenSize.Row) / (INT32) (50 * (INT32) MainEditor.MouseInterface->Mode->ResolutionY);
1685 return Gap;
H A DFileBuffer.c2293 UINTN Gap; local
2304 Gap = (MainEditor.ScreenSize.Row - 2);
2309 Gap = FileBuffer.NumLines - FRow;
2314 Line = MoveLine (Gap);
2323 FRow += Gap;
2344 UINTN Gap; local
2356 Gap = (MainEditor.ScreenSize.Row - 2);
2361 Gap = FRow - 1;
2364 Retreat = Gap;
2379 FRow -= Gap;
3060 UINTN Gap; local
3246 UINTN Gap; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/
H A DFloppyPeim.c835 UINT8 Gap; local
899 Gap = (UINT8) (Info->Pcn - Cylinder);
901 Gap = (UINT8) (Cylinder - Info->Pcn);
904 MicroSecondDelay ((Gap + 1) * FDC_LONG_DELAY);

Completed in 203 milliseconds