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

/vbox/src/VBox/Runtime/common/rand/
H A Drandparkmiller.cpp73 off = rtRandParkMillerU31(&pThis->u.ParkMiller.u32Ctx);
76 pThis->u.ParkMiller.u32Bits = rtRandParkMillerU31(&pThis->u.ParkMiller.u32Ctx);
86 off = rtRandParkMillerU31(&pThis->u.ParkMiller.u32Ctx);
90 off = rtRandParkMillerU31(&pThis->u.ParkMiller.u32Ctx);
99 uint64_t off64 = rtRandParkMillerU31(&pThis->u.ParkMiller.u32Ctx);
102 pThis->u.ParkMiller.u32Bits = rtRandParkMillerU31(&pThis->u.ParkMiller.u32Ctx);
118 pThis->u.ParkMiller.u32Ctx = (uint32_t)u64Seed;
136 pThis->u.ParkMiller.u32Ctx,
153 /* u32Ctx */
155 uint32_t u32Ctx; local
[all...]
/vbox/src/VBox/Runtime/include/internal/
H A Drand.h143 uint32_t u32Ctx; member in struct:RTRANDINT::__anon16658::RTRandParkMiller

Completed in 41 milliseconds