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