reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/hwasan/hwasan_thread.cpp
   29   random_state_ = flags()->random_tags ? RandomSeed() : unique_id_;
  116         random_buffer_ = random_state_ = xorshift(random_state_);
  116         random_buffer_ = random_state_ = xorshift(random_state_);
  121       tag = random_state_ = (random_state_ + 1) & 0xFF;
  121       tag = random_state_ = (random_state_ + 1) & 0xFF;