Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDcommon.h88 inline u32 getRandomModN(u32 *State, u32 N) { in getRandomModN() function
97 Swap(A[I], A[getRandomModN(&State, I + 1)]); in shuffle()
HDprimary64.h74 getRegionBaseByClassId(I) + (getRandomModN(&Seed, 16) + 1) * PageSize; in initLinkerInitialized()