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

/vbox/src/VBox/Runtime/common/rand/
H A Drandparkmiller.cpp99 uint64_t off64 = rtRandParkMillerU31(&pThis->u.ParkMiller.u32Ctx); local
105 off64 >>= 1;
106 off64 |= (uint64_t)(pThis->u.ParkMiller.u32Bits & 0x3f) << 30;
109 off = ASMModU64ByU32RetU32(off64, offLast + 1);

Completed in 43 milliseconds