Home
last modified time | relevance | path

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

/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A Dvbl.cpp1234 static uint32 tm_period; // Ticks between two calls of the timer task variable
1240 tm_period = 1000 / tasks_per_second; in install_timer_task()
1263 while (tm_accum >= tm_period) { in execute_timer_tasks()
1264 tm_accum -= tm_period; in execute_timer_tasks()