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

References

lib/DebugInfo/PDB/Native/Hash.cpp
   65     Hash += Item;
   66     Hash += (Hash << 10);
   66     Hash += (Hash << 10);
   67     Hash ^= (Hash >> 6);
   67     Hash ^= (Hash >> 6);
   71     Hash += Item;
   72     Hash += (Hash << 10);
   72     Hash += (Hash << 10);
   73     Hash ^= (Hash >> 6);
   73     Hash ^= (Hash >> 6);
   76   return Hash * 1664525U + 1013904223U;