Home
last modified time | relevance | path

Searched refs:LastStep (Results 1 – 25 of 83) sorted by relevance

1234

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DReloadData.F9058 INTEGER :: FirstStep, LastStep, StartingStep, StepsBetween local
61 SAVE Round, FirstStep, LastStep, Visit, StepsBetween, ContReading
70 LastStep = GetInteger( Solver % Values, 'Reload Range Maximum', GotIt )
71 IF ( .NOT. GotIt ) LastStep = 100000
105 k = MOD( Round, 1+LastStep-FirstStep )
107 k = LastStep
/dports/cad/leocad/leocad-21.06/common/
H A Dlc_timelinewidget.cpp95 lcStep LastStep = Model->GetLastStep(); in Update() local
97 LastStep++; in Update()
98 LastStep = lcMax(LastStep, Model->GetCurrentStep()); in Update()
100 for (int TopLevelItemIdx = LastStep; TopLevelItemIdx < topLevelItemCount(); ) in Update()
118 …for (unsigned int TopLevelItemIdx = topLevelItemCount(); TopLevelItemIdx < LastStep; TopLevelItemI… in Update()
231 while (Step <= LastStep && StepItem) in Update()
430 lcStep LastStep = 1; in ItemSelectionChanged() local
438 LastStep = lcMax(LastStep, Piece->GetStepShow()); in ItemSelectionChanged()
451 if (LastStep > Model->GetCurrentStep()) in ItemSelectionChanged()
453 Model->SetCurrentStep(LastStep); in ItemSelectionChanged()
H A Dlc_instructions.cpp171 const lcStep LastStep = Model->GetLastStep(); in AddDefaultPages() local
176 InstructionModel.StepProperties.resize(LastStep + 1); in AddDefaultPages()
179 for (lcStep Step = 1; Step <= LastStep; Step++) in AddDefaultPages()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/task/
H A Dtest_task.cc43 LastStep(); in Step2()
47 resource_->Step(base::BindOnce(&TestTask::LastStep, base::Unretained(this))); in Step2()
51 void TestTask::LastStep() { in LastStep() function in offline_pages::TestTask
H A Dtest_task.h47 void LastStep();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/task/
H A Dtest_task.cc43 LastStep(); in Step2()
47 resource_->Step(base::BindOnce(&TestTask::LastStep, base::Unretained(this))); in Step2()
51 void TestTask::LastStep() { in LastStep() function in offline_pages::TestTask
H A Dtest_task.h47 void LastStep();
/dports/devel/spin/Spin-version-6.5.0/Src/
H A Dsched.c30 Element *LastStep = ZE; variable
692 depth++; LastStep = ZE; in sched()
709 { if (!LastStep) LastStep = X_lst->pc; in sched()
711 p_talk(LastStep, 1); in sched()
713 comment(stdout, LastStep->n, 0); in sched()
789 Element *s_was = LastStep; in complete_rendez()
824 if (!LastStep) LastStep = X_lst->pc; in complete_rendez()
825 p_talk(LastStep, 1); in complete_rendez()
827 comment(stdout, LastStep->n, 0); in complete_rendez()
H A Drun.c15 extern Element *LastStep;
71 LastStep = e; in eval_sub()
215 LastStep = bas_else; in eval_sub()
295 LastStep = e; in eval_sub()
323 LastStep = e; in eval_sync()
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dscspdsp.h33 int LastStep; member
H A Daicadsp.h39 int LastStep; member
H A Dscspdsp.cpp88 for (int step = 0; step < /*128*/LastStep; ++step) in Step()
336 LastStep = i + 1; in Start()
H A Daicadsp.cpp79 for (int step = 0; step < /*128*/LastStep; ++step) in step()
331 LastStep = i + 1; in start()
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dscspdsp.h33 int LastStep; member
H A Daicadsp.h39 int LastStep; member
H A Dscspdsp.cpp88 for (int step = 0; step < /*128*/LastStep; ++step) in Step()
336 LastStep = i + 1; in Start()
H A Daicadsp.cpp79 for (int step = 0; step < /*128*/LastStep; ++step) in step()
331 LastStep = i + 1; in start()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_ssf/
H A Dscspdsp.h30 int LastStep; member
H A Dscspdsp.c87 for(step=0;step</*128*/DSP->LastStep;++step) in SCSPDSP_Step()
347 DSP->LastStep=i+1; in SCSPDSP_Start()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_dsf/
H A Daicadsp.h30 int LastStep; member
H A Daicadsp.c87 for(step=0;step</*128*/DSP->LastStep;++step) in AICADSP_Step()
347 DSP->LastStep=i+1; in AICADSP_Start()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Dscspdsp.h32 int LastStep; member
H A Dscspdsp.c90 for(step=0;step</*128*/DSP->LastStep;++step) in SCSPDSP_Step()
354 DSP->LastStep=i+1; in SCSPDSP_Start()
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Dscspdsp.h32 int LastStep;
H A Dscspdsp.c90 for(step=0;step</*128*/DSP->LastStep;++step) in SCSPDSP_Step()
354 DSP->LastStep=i+1; in SCSPDSP_Start()

1234