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

  /external/llvm/lib/Support/
StringMap.cpp 55 /// case, the FullHashValue field of the bucket will be set to the hash value
63 unsigned FullHashValue = HashString(Name);
64 unsigned BucketNo = FullHashValue & (HTSize-1);
76 HashTable[FirstTombstone] = FullHashValue;
80 HashTable[BucketNo] = FullHashValue;
87 } else if (HashTable[BucketNo] == FullHashValue) {
118 unsigned FullHashValue = HashString(Key);
119 unsigned BucketNo = FullHashValue & (HTSize-1);
131 } else if (HashTable[BucketNo] == FullHashValue) {
  /frameworks/compile/mclinker/include/mcld/ADT/
HashBase.h 36 unsigned int FullHashValue;
HashIterator.h 47 else if (m_HashValue == bucket.FullHashValue) {
130 else if (m_HashValue == bucket.FullHashValue) {

Completed in 545 milliseconds