Searched refs:S_TIMERSEPARATOR (Results 1 – 1 of 1) sorted by relevance
10032 #define S_TIMERSEPARATOR 16 macro10034 #define V_TIMERSEPARATOR(x) ((x) << S_TIMERSEPARATOR)10035 #define G_TIMERSEPARATOR(x) (((x) >> S_TIMERSEPARATOR) & M_TIMERSEPARATOR)