Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_thread.cpp15 static u32 RandomSeed() { in RandomSeed() function
29 random_state_ = flags()->random_tags ? RandomSeed() : unique_id_; in InitRandomState()