Searched refs:HashVal (Results 1 – 2 of 2) sorted by relevance
270 uint64_t HashVal = 0;272 HashVal ^= Bits[i];274 return HashVal;819 uint64_t HashVal = 0;823 HashVal ^= Iter->index();824 HashVal ^= Iter->getHashValue();826 return HashVal;
65 mutable hash_code HashVal = 0; variable96 if (static_cast<unsigned>(HashVal) == 0) in getComputedHash()97 HashVal = getHashValue(); in getComputedHash()98 return HashVal; in getComputedHash()