Home | History | Annotate | Download | only in ADT

Lines Matching defs:key

190     uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32
192 key += ~(key << 32);
193 key ^= (key >> 22);
194 key += ~(key << 13);
195 key ^= (key >> 8);
196 key += (key << 3);
197 key ^= (key >> 15);
198 key += ~(key << 27);
199 key ^= (key >> 31);
200 return (unsigned)key;
222 assert(Val.data() != getEmptyKey().data() && "Cannot hash the empty key!");
224 "Cannot hash the tombstone key!");
250 assert(Val.data() != getEmptyKey().data() && "Cannot hash the empty key!");
252 "Cannot hash the tombstone key!");