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

/vbox/include/iprt/
H A Duint128.h227 uint32_t const uLoValue2 = (uint32_t)uValue2; local
232 pResult->s.Lo = (uint64_t)pValue1->DWords.dw0 * uLoValue2;
234 uTmp.u = (uint64_t)pValue1->DWords.dw1 * uLoValue2;
242 pResult->s.Hi += (uint64_t)pValue1->DWords.dw2 * uLoValue2;
243 pResult->DWords.dw3 += pValue1->DWords.dw3 * uLoValue2;
279 uint32_t const uLoValue2 = (uint32_t)uValue2;
284 pResult->s.Lo = (uint64_t)uLoValue1 * uLoValue2;
286 uTmp.u = (uint64_t)uHiValue1 * uLoValue2;

Completed in 1628 milliseconds