Home
last modified time | relevance | path

Searched refs:getRandomU32 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h96 inline u32 getRandomU32(u32 *State) { in getRandomU32() function
107 return getRandomU32(State) % N; // [0, N) in getRandomModN()
H A Dprimary32.h86 Sci->RandState = getRandomU32(&Seed); in init()
H A Dprimary64.h126 getRegionInfo(I)->RandState = getRandomU32(&Seed); in init()