Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dcontrol.cpp57 EX int timetowait; variable
707 timetowait = lastframe + 1000 / cframelimit - ticks; in mainloopiter()
717 timetowait = 0, multi::handleMulti(ticks - lastt); in mainloopiter()
753 timetowait = 0; in mainloopiter()
756 if(timetowait > 0) in mainloopiter()
757 SDL_Delay(timetowait); in mainloopiter()
H A Dirregular.cpp198 timetowait = 0; in step()
/dports/games/freedink-engine/freedink-108.4/src/
H A Dfreedink.c2489 int timetowait = 100; in process_bow() local
2505 bow.wait = thisTickCount + timetowait; in process_bow()
2510 bow.wait = thisTickCount + timetowait; in process_bow()
2515 bow.wait = thisTickCount + timetowait; in process_bow()
2521 bow.wait = thisTickCount + timetowait; in process_bow()
/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dflocking.cpp253 simulate(delta), timetowait = 0; in turn()
H A Dkohonen.cpp1728 kohonen::steps(), timetowait = 0; in turn()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/playback/video/
H A DopenGL.cpp1949 int timetowait = usec; in render_thread_func() local