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

/vbox/src/VBox/Runtime/r3/win/
H A Dtime-win.cpp88 static unsigned uMult;
94 uMult = 1000000; /* no math genius, but this seemed to help avoiding floating point. */
99 return (ll.QuadPart * uMult) / llFreq.QuadPart;
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-time-decode.cpp195 uint32_t uMult = 100000000; local
203 pThis->Time.u32Nanosecond += uMult * (uint32_t)(chDigit - '0');
208 uMult /= 10;
209 } while (cchFraction > 0 && uMult > 0);

Completed in 43 milliseconds