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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp108 static u32 xorshift(u32 state) { function in namespace:__hwasan
122 random_buffer_ = random_state_ = xorshift(random_state_);

Completed in 51 milliseconds