Searched refs:tmpstate (Results 1 – 3 of 3) sorted by relevance
69 uint64_t tmpstate; in randomUint32Get() local71 tmpstate = (uint64_t)33614 * (uint64_t)sState; in randomUint32Get()72 q = tmpstate & 0xffffffff; in randomUint32Get()74 p = tmpstate >> 32; in randomUint32Get()
71 uint64_t tmpstate; in randomUint32Get() local73 tmpstate = (uint64_t)33614 * (uint64_t)sState; in randomUint32Get()74 q = tmpstate & 0xffffffff; in randomUint32Get()76 p = tmpstate >> 32; in randomUint32Get()
109 uint64_t tmpstate; in GetNext() local111 tmpstate = static_cast<uint64_t>(33614) * static_cast<uint64_t>(mState); in GetNext()112 q = tmpstate & 0xffffffff; in GetNext()114 p = tmpstate >> 32; in GetNext()