Searched refs:tmpstate (Results 1 – 3 of 3) sorted by relevance
70 uint64_t tmpstate; in randomUint32Get() local72 tmpstate = (uint64_t)33614 * (uint64_t)sState; in randomUint32Get()73 q = tmpstate & 0xffffffff; in randomUint32Get()75 p = tmpstate >> 32; in randomUint32Get()
68 uint64_t tmpstate; in randomUint32Get() local70 tmpstate = (uint64_t)33614 * (uint64_t)sState; in randomUint32Get()71 q = tmpstate & 0xffffffff; in randomUint32Get()73 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()