Home
last modified time | relevance | path

Searched refs:getRandomUnsigned32 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/
Dguarded_pool_allocator.h80 ((getRandomUnsigned32() % (AdjustedSampleRatePlusOne - 1)) + 1) & in shouldSample()
246 uint32_t getRandomUnsigned32();
Dguarded_pool_allocator.cpp110 ((getRandomUnsigned32() % (AdjustedSampleRatePlusOne - 1)) + 1) & in init()
244 if (getRandomUnsigned32() % 2 == 0) in allocate()
450 size_t ReservedIndex = getRandomUnsigned32() % FreeSlotsLength; in reserveSlot()
461 uint32_t GuardedPoolAllocator::getRandomUnsigned32() { in getRandomUnsigned32() function in gwp_asan::GuardedPoolAllocator