Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp16 static u32 RandomSeed() { in RandomSeed() function
30 random_state_ = flags()->random_tags ? RandomSeed() : unique_id_; in InitRandomState()
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc5578 static Flags RandomSeed(int32_t random_seed) { in RandomSeed() function
6050 TEST_F(ParseFlagsTest, RandomSeed) { in TEST_F() argument
6055 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::RandomSeed(1000), false); in TEST_F()