Home
last modified time | relevance | path

Searched refs:getRandom (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp207 uint32_t getRandom() { in getRandom() function
219 if (getRandom() & 1) in getRandomConstant()
223 if (getRandom() & 1) in getRandomConstant()
241 if (getRandom() & 1) in getRandomValue()
245 if (getRandom() & 1) in getRandomValue()
313 unsigned width = 1<<((getRandom() % 3) + (getRandom() % 3)); in pickVectorType()
444 if (getRandom() & 1) in Act()
591 if (getRandom() & 1) in Act()
599 if (getRandom() & 1) in Act()
656 op = getRandom() % in Act()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp90 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) { in getRandom() function
H A Dcommon.h144 bool getRandom(void *Buffer, uptr Length, bool Blocking = false);
H A Dlinux.cpp156 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() function
H A Dfuchsia.cpp204 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() function
H A Dprimary32.h76 if (!getRandom(reinterpret_cast<void *>(&Seed), sizeof(Seed))) in init()
H A Dprimary64.h72 if (!getRandom(reinterpret_cast<void *>(&Seed), sizeof(Seed))) in init()
H A Dcombined.h144 if (UNLIKELY(!getRandom(&Cookie, sizeof(Cookie)))) in init()