Searched refs:RTTIME_FLAGS_MASK (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dtime.h641 #define RTTIME_FLAGS_MASK UINT32_C(0xff) macro
/vbox/src/VBox/Runtime/common/time/
H A Dtime.cpp667 AssertMsgReturn(!(pTime->fFlags & ~RTTIME_FLAGS_MASK), ("%#x\n", pTime->fFlags), NULL);

Completed in 2952 milliseconds