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

/vbox/src/VBox/ValidationKit/utils/misc/
H A Dloadgenerator.cpp219 uint64_t u64Factor = 1; local
221 u64Factor = 1;
223 u64Factor = 1000;
225 u64Factor = 1000000000;
227 u64Factor = UINT64_C(60000000000);
229 u64Factor = UINT64_C(3600000000000);
232 uint64_t u64 = cNanoSeconds * u64Factor;
233 if (u64 < cNanoSeconds || (u64 < u64Factor && u64))
235 psz, cNanoSeconds, u64Factor);

Completed in 42 milliseconds