Home
last modified time | relevance | path

Searched defs:FullHashValue (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DStringMap.cpp61 unsigned FullHashValue = HashString(Name); in LookupBucketFor() local
116 unsigned FullHashValue = HashString(Key); in FindKey() local
/external/llvm/lib/Support/
DStringMap.cpp78 unsigned FullHashValue = HashString(Name); in LookupBucketFor() local
133 unsigned FullHashValue = HashString(Key); in FindKey() local
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringMap.h60 unsigned FullHashValue; member