Home
last modified time | relevance | path

Searched defs:OSTicksToSeconds (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2.2/include/win32/
Ddolphin.types.h30 #define OSTicksToSeconds(t) ((t)/1000) macro
/RvlSDK-3.2.2/include/revolution/
Dos.h572 #define OSTicksToSeconds( ticks ) ((ticks) / OS_TIMER_CLOCK) macro