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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DPrint.c56 UINTN PreviousIndex; local
78 PreviousIndex = 0;
97 Out->OutputString (Out, &BackupBuffer[PreviousIndex]);
98 Count += StrLen (&BackupBuffer[PreviousIndex]);
103 PreviousIndex = Index + 1;
129 Out->OutputString (Out, &BackupBuffer[PreviousIndex]);
130 Count += StrLen (&BackupBuffer[PreviousIndex]);

Completed in 55 milliseconds