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

References

projects/compiler-rt/lib/gwp_asan/random.cpp
   18   RandomState ^= RandomState << 13;
   18   RandomState ^= RandomState << 13;
   19   RandomState ^= RandomState >> 17;
   19   RandomState ^= RandomState >> 17;
   20   RandomState ^= RandomState << 5;
   20   RandomState ^= RandomState << 5;
   21   return RandomState;