Searched refs:getRandomUnsigned32 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Drandom.h20 uint32_t getRandomUnsigned32();
H A Drandom.cpp16 // algorithm used below results in getRandomUnsigned32(0xff82eb50) ==
25 uint32_t getRandomUnsigned32() { function in namespace:gwp_asan
H A Dguarded_pool_allocator.h83 (getRandomUnsigned32() % (AdjustedSampleRatePlusOne - 1)) + 1;
H A Dguarded_pool_allocator.cpp105 (getRandomUnsigned32() % (AdjustedSampleRatePlusOne - 1)) + 1;
180 if (getRandomUnsigned32() % 2 == 0) {
278 size_t ReservedIndex = getRandomUnsigned32() % FreeSlotsLength;

Completed in 80 milliseconds