Home
last modified time | relevance | path

Searched defs:RandState (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h110 template <typename T> inline void shuffle(T *A, u32 N, u32 *RandState) { in shuffle() argument
H A Dprimary32.h403 u32 RandState; global() member
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp185 scudo::u32 RandState = 42; in testReleaseFreeMemoryToOS() local