Home
last modified time | relevance | path

Searched refs:cpu_delay (Results 1 – 8 of 8) sorted by relevance

/dports/games/ltris/ltris-1.2.1/src/
H A Dmanager.c179 config.cpu_delay = 3500; in cb_cpu_diff()
183 config.cpu_delay = 2000; in cb_cpu_diff()
187 config.cpu_delay = 1000; in cb_cpu_diff()
191 config.cpu_delay = 500; in cb_cpu_diff()
195 config.cpu_delay = 0; in cb_cpu_diff()
199 config.cpu_delay = 0; in cb_cpu_diff()
385 …menu_add( twoplayer, item_create_range( _("CPU Drop Delay:"), HINT_CPUDROP, &config.cpu_delay, 0, … in manager_create()
H A Dconfig.c80 config.cpu_delay = 700; in config_reset()
176 parser_get_int( pd, "cpu_delay", &config.cpu_delay ); in config_load()
237 fprintf( file, "cpu_delay=%i\n", config.cpu_delay ); in config_save()
H A Dconfig.h69 int cpu_delay; /* delay in ms that CPU waits before moving down fast */ member
H A Dbowl.h103 Delay cpu_delay; /* CPU delay before moving down fast */ member
H A Dbowl.c295 delay_set( &bowl->cpu_delay, config.cpu_delay ); in bowl_select_next_block()
1424 if ( delay_timed_out( &bowl->cpu_delay, ms ) ) in bowl_update()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/
H A Dsoc-pcm.c1090 snd_pcm_sframes_t cpu_delay = 0; in soc_pcm_pointer() local
1102 cpu_delay = max(cpu_delay, in soc_pcm_pointer()
1105 delay += cpu_delay; in soc_pcm_pointer()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/
H A Dsoc-pcm.c1090 snd_pcm_sframes_t cpu_delay = 0; in soc_pcm_pointer() local
1102 cpu_delay = max(cpu_delay, in soc_pcm_pointer()
1105 delay += cpu_delay; in soc_pcm_pointer()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/
H A Dsoc-pcm.c1090 snd_pcm_sframes_t cpu_delay = 0; in soc_pcm_pointer() local
1102 cpu_delay = max(cpu_delay, in soc_pcm_pointer()
1105 delay += cpu_delay; in soc_pcm_pointer()