HomeSort by relevance Sort by last modified time
    Searched refs:State_1_ (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/scudo/
scudo_utils.h 46 const u64 y = State_1_;
49 State_1_ = x ^ y ^ (x >> 17) ^ (y >> 26);
50 return State_1_ + y;
54 u64 State_1_;
scudo_utils.cpp 125 Success &= readRetry(Fd, reinterpret_cast<u8 *>(&State_1_),
126 sizeof(State_1_)) == sizeof(State_1_);

Completed in 1172 milliseconds