Home
last modified time | relevance | path

Searched refs:timer_step (Results 1 – 25 of 48) sorted by relevance

12

/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/chips/np2/
H A Dfmgen_fmtimer.cpp41 timera = (1024-tmp) * timer_step; in SetTimerA()
50 timerb = (256-data) * timer_step; in SetTimerB()
113 data->timer_step = timer_step; in DataSave()
127 timer_step = data->timer_step; in DataLoad()
135 timer_step = int32(1000000. * 65536 / clock); in SetTimerBase()
164 int tick = us * timer_step; in Count()
206 return (t+timer_step-1) / timer_step; in GetNextEvent()
214 timer_step = clock * 1024 / 15625; in SetTimerBase()
H A Dfmgen_fmtimer.h22 int32 timer_step; member
53 int32 timer_step; variable
/dports/games/libretro-px68k/px68k-libretro-8455d9c/fmgen/
H A Dfmtimer.cpp43 timera = (1024-tmp) * timer_step; in SetTimerA()
52 timerb = (256-data) * timer_step; in SetTimerB()
109 timer_step = int32(1000000. * 65536 / clock); in SetTimerBase()
138 int tick = us * timer_step; in Count()
180 return (t+timer_step-1) / timer_step; in GetNextEvent()
188 timer_step = clock * 1024 / 15625; in SetTimerBase()
H A Dfmtimer.h39 int32 timer_step; variable
/dports/emulators/quasi88/quasi88-0.6.4/src/fmgen/
H A Dfmtimer.cpp41 timera = (1024-tmp) * timer_step; in SetTimerA()
50 timerb = (256-data) * timer_step; in SetTimerB()
107 timer_step = int32(1000000. * 65536 / clock); in SetTimerBase()
136 int tick = us * timer_step; in Count()
178 return (t+timer_step-1) / timer_step; in GetNextEvent()
186 timer_step = clock * 1024 / 15625; in SetTimerBase()
H A Dfmtimer.h39 int32 timer_step; variable
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A D3812intf.c42 static timer_tm timer_step; variable
73 st->timer1 = timer_set ((timer_tm)st->timer1_val*4*timer_step, chip, timer1_callback); in timer1_callback()
88 st->timer2 = timer_set ((timer_tm)st->timer2_val*16*timer_step, chip, timer2_callback); in timer2_callback()
110 timer_step = TIME_IN_HZ((float)intf->baseclock / 72.0); in nonemu_YM3812_sh_start()
206 st->timer1 = timer_set ((timer_tm)st->timer1_val*4*timer_step, chip, timer1_callback); in nonemu_YM3812_write_port_w()
217 st->timer2 = timer_set ((timer_tm)st->timer2_val*16*timer_step, chip, timer2_callback); in nonemu_YM3812_write_port_w()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/core/approximations/
H A DapproximationScheme_inl.h211 double timer_step = timer_.step(); in continueApproximationScheme() local
214 if (timer_step > max_time_) { in continueApproximationScheme()
271 GUM_EMIT3(onProgress, current_step_, current_epsilon_, timer_step); in continueApproximationScheme()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkspinbutton.c210 double timer_step; member
887 spin->timer_step = gtk_adjustment_get_step_increment (spin->adjustment); in gtk_spin_button_stop_spinning()
904 spin->timer_step = step; in start_spinning()
1011 spin_button->timer_step = 0.0; in gtk_spin_button_init()
1311 gtk_spin_button_real_spin (spin_button, spin_button->timer_step); in gtk_spin_button_timer()
1325 if (spin_button->climb_rate > 0.0 && spin_button->timer_step in gtk_spin_button_timer()
1333 spin_button->timer_step += spin_button->climb_rate; in gtk_spin_button_timer()
1392 gtk_spin_button_real_spin (spin, -spin->timer_step); in gtk_spin_button_real_change_value()
1402 spin->timer_step += spin->climb_rate; in gtk_spin_button_real_change_value()
1410 gtk_spin_button_real_spin (spin, spin->timer_step); in gtk_spin_button_real_change_value()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_timer.c84 if (!timer->timer_interface || !timer->timer_interface->timer_step) { in switch_core_timer_step()
89 return timer->timer_interface->timer_step(timer); in switch_core_timer_step()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkspinbutton.c485 spin_button->timer_step = 0.0; in gtk_spin_button_init()
1071 spin->timer_step = spin->adjustment->step_increment; in gtk_spin_button_stop_spinning()
1094 spin->timer_step = step; in start_spinning()
1265 spin_button->timer_step += spin_button->climb_rate; in gtk_spin_button_timer()
1319 gtk_spin_button_real_spin (spin, -spin->timer_step); in gtk_spin_button_real_change_value()
1321 if (spin->climb_rate > 0.0 && spin->timer_step in gtk_spin_button_real_change_value()
1329 spin->timer_step += spin->climb_rate; in gtk_spin_button_real_change_value()
1337 gtk_spin_button_real_spin (spin, spin->timer_step); in gtk_spin_button_real_change_value()
1339 if (spin->climb_rate > 0.0 && spin->timer_step in gtk_spin_button_real_change_value()
1347 spin->timer_step += spin->climb_rate; in gtk_spin_button_real_change_value()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkspinbutton.c207 gdouble timer_step; member
782 priv->timer_step = 0.0; in gtk_spin_button_init()
1393 priv->timer_step = step; in start_spinning()
1537 if (priv->climb_rate > 0.0 && priv->timer_step in gtk_spin_button_timer()
1545 priv->timer_step += priv->climb_rate; in gtk_spin_button_timer()
1603 gtk_spin_button_real_spin (spin, -priv->timer_step); in gtk_spin_button_real_change_value()
1605 if (priv->climb_rate > 0.0 && priv->timer_step in gtk_spin_button_real_change_value()
1613 priv->timer_step += priv->climb_rate; in gtk_spin_button_real_change_value()
1621 gtk_spin_button_real_spin (spin, priv->timer_step); in gtk_spin_button_real_change_value()
1623 if (priv->climb_rate > 0.0 && priv->timer_step in gtk_spin_button_real_change_value()
[all …]
/dports/net-im/p5-Net-XMPP2/Net-XMPP2-0.14/samples/
H A Dconference_lister93 my $timer_step = 0.1;
124 $timer_cnt += $timer_step;
/dports/net-im/p5-AnyEvent-XMPP/AnyEvent-XMPP-0.55/samples/
H A Dconference_lister93 my $timer_step = 0.1;
124 $timer_cnt += $timer_step;
/dports/science/chrono/chrono-7.0.1/src/chrono_opengl/UI/
H A DChOpenGLHUD.cpp168 double timer_step = physics_system->GetTimerStep(); in GenerateSystem() local
190 double broad_v = glm::mix(left_b, right_b, timer_collision_broad / timer_step); in GenerateSystem()
191 …arrow_v = glm::mix(left_b, right_b, (timer_collision_broad + timer_collision_narrow) / timer_step); in GenerateSystem()
192 …m::mix(left_b, right_b, (timer_collision_broad + timer_collision_narrow + timer_lcp) / timer_step); in GenerateSystem()
257 sprintf(buffer, "STEP %04f", timer_step); in GenerateSystem()
/dports/audio/exaile/exaile-4.1.1/plugins/alarmclock/
H A D__init__.py99 timer_step = self.__get_pref(acprefs.TimerStepPreference)
100 self.__fade_id = GLib.timeout_add(timer_step * 1000, self.__fade_in)
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/gme/higan/smp/
H A Dtiming.cpp26 stage0_ticks += smp.status.timer_step; in tick()
H A Dsmp.cpp93 status.timer_step = 3; in reset()
H A Dsmp.hpp61 unsigned timer_step; member
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/higan/smp/
H A Dtiming.cpp26 stage0_ticks += smp.status.timer_step; in tick()
H A Dsmp.cpp93 status.timer_step = 3; in reset()
H A Dsmp.hpp61 unsigned timer_step; member
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChSystem.h429 virtual double GetTimerStep() const { return timer_step(); } in GetTimerStep()
453 timer_step.reset(); in ResetTimers()
951 ChTimer<double> timer_step; ///< timer for integration step variable
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/chips/pmdwin/
H A Dopna.h29 int32_t timer_step;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/timers/mod_posix_timer/test/
H A Dswitch.h92 switch_status_t (*timer_step) (switch_timer_t *); member

12