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

/vbox/src/VBox/Runtime/testcase/
H A DtstTimerLR.cpp44 static volatile uint64_t gu64Min; variable
56 if (u64Delta < gu64Min)
57 gu64Min = u64Delta;
143 gu64Min = UINT64_MAX;
204 RTPrintf(" min=%RU64 max=%RU64\n", gu64Min, gu64Max);
231 gu64Min = UINT64_MAX;
278 // RTPrintf(" min=%RU64 max=%RU64\n", gu64Min, gu64Max);
H A DtstTimer.cpp45 static volatile uint64_t gu64Min; variable
60 if (u64Delta < gu64Min)
61 gu64Min = u64Delta;
158 gu64Min = UINT64_MAX;
226 RTPrintf(" min=%RU64 max=%RU64\n", gu64Min, gu64Max);

Completed in 42 milliseconds