Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp128 static u32 xorshift(u32 state) { in xorshift() function
146 random_buffer_ = random_state_ = xorshift(random_state_); in GenerateRandomTag()