Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcommon.h89 inline u32 getRandomModN(u32 *State, u32 N) { in getRandomModN() function
98 Swap(A[I], A[getRandomModN(&State, I + 1)]); in shuffle()
H A Dprimary64.h81 ? ((getRandomModN(&Seed, 16) + 1) * PageSize) in init()