Home | History | Annotate | Download | only in BdsLib

Lines Matching refs:Step

959   UINTN             Step;

985 Step = (Context->DownloadedNbOfBytes * TFTP_PROGRESS_SLIDER_STEPS) / Context->FileSize;
986 if (Step > LastStep) {
989 for (Index = 1; Index < Step; Index++) {
992 Progress[Step] = L'>';