Searched defs:OSTicksToSeconds (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-2.1/include/win32/ | ||
| D | dolphin.types.h | 30 #define OSTicksToSeconds(t) ((t)/1000) macro |
| /RvlSDK-2.1/include/revolution/ | ||
| D | os.h | 571 #define OSTicksToSeconds( ticks ) ((ticks) / OS_TIMER_CLOCK) macro |