HomeSort by relevance Sort by last modified time
    Searched refs:HashTableCapacityForSize (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
HashSetTest.cpp 41 const unsigned initialCapacity = WTF::HashTableCapacityForSize<size>::value;
HashTable.h 401 // HashTableCapacityForSize computes the upper power of two capacity to hold the size parameter.
404 struct HashTableCapacityForSize {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
QualifiedName.cpp 48 static const unsigned minimumTableSize = WTF::HashTableCapacityForSize<staticQualifiedNamesCount>::value;

Completed in 49 milliseconds