Changeset 52776 in webkit for trunk/JavaScriptCore/wtf/HashFunctions.h
- Timestamp:
- Jan 4, 2010, 5:24:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/HashFunctions.h
r52768 r52776 174 174 175 175 template<typename T, typename U> struct DefaultHash<std::pair<T, U> > { typedef PairHash<T, U> Hash; }; 176 177 // Golden ratio - arbitrary start value to avoid mapping all 0's to all 0's178 static const unsigned stringHashingStartValue = 0x9e3779b9U;179 176 180 177 } // namespace WTF
Note:
See TracChangeset
for help on using the changeset viewer.