Searched refs:RTTimeDbgBad (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstTime-2.cpp77 RTPrintf("tstTime-2: RTTimeDbgBad -> %u (%d ppt)\n", RTTimeDbgBad(), ((uint64_t)RTTimeDbgBad() * 1000) / NUMBER_OF_CALLS);
H A DtstRTTime.cpp113 RTTestValue(hTest, "RTTimeDbgBad", RTTimeDbgBad(), RTTESTUNIT_OCCURRENCES);
114 RTTestValue(hTest, "RTTimeDbgBad pp", ((uint64_t)RTTimeDbgBad() * 1000) / i, RTTESTUNIT_PP1K);
/vbox/src/VBox/Runtime/common/time/
H A Dtimesup.cpp352 RTDECL(uint32_t) RTTimeDbgBad(void) function
356 RT_EXPORT_SYMBOL(RTTimeDbgBad); variable
/vbox/include/iprt/
H A Dtime.h819 RTDECL(uint32_t) RTTimeDbgBad(void);
H A Dmangling.h1723 # define RTTimeDbgBad RT_MANGLER(RTTimeDbgBad) macro

Completed in 81 milliseconds