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

/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_tls.h22 : RandomState(0xacd979ce), NextSampleCounter(0), RecursiveGuard(false) {}
27 uint32_t RandomState; member in struct:gwp_asan::ThreadLocalPackedVariables
H A Dguarded_pool_allocator_posix.cpp41 getThreadLocals()->RandomState =
H A Dguarded_pool_allocator_fuchsia.cpp20 _zx_cprng_draw(&getThreadLocals()->RandomState, sizeof(uint32_t));
/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp462 uint32_t RandomState = getThreadLocals()->RandomState;
463 RandomState ^= RandomState << 13;
464 RandomState ^= RandomState >> 17;
465 RandomState ^= RandomState << 5;
466 getThreadLocals()->RandomState = RandomState;
[all...]

Completed in 201 milliseconds