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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
IntSizeHash.h 29 template<> struct IntHash<WebCore::IntSize> {
36 typedef IntHash<WebCore::IntSize> Hash;
FontCache.cpp 226 typedef HashMap<FontCache::FontFileKey, RefPtr<OpenTypeVerticalData>, WTF::IntHash<FontCache::FontFileKey>, WTF::UnsignedWithZeroKeyHashTraits<FontCache::FontFileKey> > FontVerticalDataCache;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
SkSizeHash.h 36 template<> struct IntHash<SkSize> {
43 typedef IntHash<SkSize> Hash;
60 template<> struct IntHash<SkISize> {
67 typedef IntHash<SkISize> Hash;
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashFunctions.h 37 // Thomas Wang's 32 Bit Mix Function: http://www.cris.com/~Ttwang/tech/inthash.htm
38 inline unsigned intHash(uint8_t key8)
50 // Thomas Wang's 32 Bit Mix Function: http://www.cris.com/~Ttwang/tech/inthash.htm
51 inline unsigned intHash(uint16_t key16)
63 // Thomas Wang's 32 Bit Mix Function: http://www.cris.com/~Ttwang/tech/inthash.htm
64 inline unsigned intHash(uint32_t key)
75 // Thomas Wang's 64 bit Mix Function: http://www.cris.com/~Ttwang/tech/inthash.htm
76 inline unsigned intHash(uint64_t key)
101 template<typename T> struct IntHash {
102 static unsigned hash(T key) { return intHash(static_cast<typename IntTypes<sizeof(T)>::UnsignedType>(key));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
SkiaImageFilterBuilder.h 62 typedef IntHash<unsigned> Hash;
  /frameworks/compile/mclinker/unittests/
HashTableTest.cpp 64 struct IntHash
99 HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > hashTable(16);
107 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy;
124 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy;
146 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy;
171 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy;
230 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy;
251 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy;
274 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzFace.cpp 72 typedef HashMap<uint64_t, RefPtr<FaceCacheEntry>, WTF::IntHash<uint64_t>, WTF::UnsignedWithZeroKeyHashTraits<uint64_t> > HarfBuzzFaceCache;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringHash.h 133 struct AlreadyHashed : IntHash<unsigned> {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMWrapperWorld.cpp 226 typedef HashMap<int, OwnPtr<V8DOMActivityLogger>, WTF::IntHash<int>, WTF::UnsignedWithZeroKeyHashTraits<int> > DOMActivityLoggerMap;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.cpp 311 HashSet<size_t, WTF::IntHash<size_t>, WTF::UnsignedWithZeroKeyHashTraits<size_t> > usedNewOrdinals;
348 HashSet<size_t, WTF::IntHash<size_t>, WTF::UnsignedWithZeroKeyHashTraits<size_t> > usedOldOrdinals;
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 690 milliseconds