Home
last modified time | relevance | path

Searched refs:getRandomModN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h106 inline u32 getRandomModN(u32 *State, u32 N) { in getRandomModN() function
115 Swap(A[I], A[getRandomModN(&State, I + 1)]); in shuffle()
H A Dprimary64.h619 (getRandomModN(&Region->RandState, 16) + 1) * PageSize; in initRegion()