Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_utils.h46 const u64 y = State_1_; in Next()
49 State_1_ = x ^ y ^ (x >> 17) ^ (y >> 26); in Next()
50 return State_1_ + y; in Next()
54 u64 State_1_; member
Dscudo_utils.cpp125 Success &= readRetry(Fd, reinterpret_cast<u8 *>(&State_1_), in Xorshift128Plus()
126 sizeof(State_1_)) == sizeof(State_1_); in Xorshift128Plus()