Home
last modified time | relevance | path

Searched defs:getRandom (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDtrusty.cpp108 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) { in getRandom() function
HDlinux.cpp179 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() function
HDfuchsia.cpp220 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() function
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-stress/
HDllvm-stress.cpp207 uint32_t getRandom() { in getRandom() function