Searched defs:TMTIMER_GET_PREV (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DTMInternal.h239 #define TMTIMER_GET_PREV(pTimer) ((PTMTIMER)((pTimer)->offPrev ? (intptr_t)(pTimer) + (pTimer)->offPrev : 0)) macro

Completed in 47 milliseconds