Searched refs:getRandom (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp199 uint32_t getRandom() { function in struct:llvm::__anon4877::Modifier
206 return PT->at(getRandom() % PT->size());
211 if (getRandom() & 1)
215 if (getRandom() & 1)
224 unsigned index = getRandom();
233 if (getRandom() & 1)
237 if (getRandom() & 1)
257 unsigned index = getRandom();
268 unsigned index = getRandom();
279 return (getRandom()
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h141 bool getRandom(void *Buffer, uptr Length, bool Blocking = false);
H A Dfuchsia.cpp175 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { function in namespace:scudo
H A Dlinux.cpp151 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { function in namespace:scudo::__anon2576
H A Dprimary32.h76 if (UNLIKELY(!getRandom(reinterpret_cast<void *>(&Seed), sizeof(Seed))))
H A Dprimary64.h73 if (UNLIKELY(!getRandom(reinterpret_cast<void *>(&Seed), sizeof(Seed))))
H A Dcombined.h141 if (UNLIKELY(!getRandom(&Cookie, sizeof(Cookie))))

Completed in 97 milliseconds