Searched refs:OneifyLowBits (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTable.h571 template<unsigned size> struct OneifyLowBits;
573 struct OneifyLowBits<0> { struct in namespace:WTF
577 struct OneifyLowBits { struct in namespace:WTF
578 static const unsigned value = number | OneifyLowBits<(number >> 1)>::value;
583 static const unsigned value = (OneifyLowBits<number - 1>::value + 1) * 2;

Completed in 73 milliseconds