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/core/dom/
QualifiedName.cpp 49 static const unsigned minimumTableSize = WTF::HashTableCapacityForSize<staticQualifiedNamesCount>::value;
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashSetTest.cpp 44 const unsigned initialCapacity = WTF::HashTableCapacityForSize<size>::value;
HashTable.h 567 // HashTableCapacityForSize computes the upper power of two capacity to hold the size parameter.
570 struct HashTableCapacityForSize {
    [all...]

Completed in 92 milliseconds