Searched refs:getRandom (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 202 uint32_t getRandom() { in getRandom() function 214 if (getRandom() & 1) in getRandomConstant() 218 if (getRandom() & 1) in getRandomConstant() 236 if (getRandom() & 1) in getRandomValue() 240 if (getRandom() & 1) in getRandomValue() 296 unsigned width = 1<<((getRandom() % 3) + (getRandom() % 3)); in pickVectorType() 446 if (getRandom() & 1) in Act() 492 getRandom() % in Act() 539 getRandom() % in Act() 664 op = getRandom() % in Act() [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | trusty.cpp | 90 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) { in getRandom() function
|
| H A D | linux.cpp | 155 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() function
|
| H A D | common.h | 142 bool getRandom(void *Buffer, uptr Length, bool Blocking = false);
|
| H A D | fuchsia.cpp | 186 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() function
|
| H A D | primary32.h | 74 if (!getRandom(reinterpret_cast<void *>(&Seed), sizeof(Seed))) in init()
|
| H A D | primary64.h | 70 if (!getRandom(reinterpret_cast<void *>(&Seed), sizeof(Seed))) in init()
|
| H A D | combined.h | 143 if (UNLIKELY(!getRandom(&Cookie, sizeof(Cookie)))) in init()
|