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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DQualifiedName.cpp52 static const unsigned minimumTableSize = WTF::HashTableCapacityForSize<staticQualifiedNamesCount>::value;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashSetTest.cpp44 const unsigned initialCapacity = WTF::HashTableCapacityForSize<size>::value;
H A DHashTable.h598 // HashTableCapacityForSize computes the upper power of two capacity to hold the size parameter.
601 struct HashTableCapacityForSize { struct in namespace:WTF

Completed in 104 milliseconds