Home
last modified time | relevance | path

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

/dports/games/sarien/sarien-0.7.0/src/graphics/win32/
H A Dwin32.c33 #define TICK_IN_MSEC (1000 / (TICK_SECONDS)) macro
692 while (now - last < TICK_IN_MSEC) { in win32_new_timer()
693 Sleep (TICK_IN_MSEC - (now - last)); in win32_new_timer()
/dports/games/sarien/sarien-0.7.0/eVC3/
H A Dwince.cpp259 #define TICK_IN_MSEC (1000 / (TICK_SECONDS)) macro
268 while (now - last < TICK_IN_MSEC) in wince_new_timer()
270 Sleep (TICK_IN_MSEC - (now - last)); in wince_new_timer()