Home
last modified time | relevance | path

Searched refs:ideal_location (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dhash_set.h605 size_t ideal_location = IndexForHash(hashfn_(element)); in TotalProbeDistance() local
606 if (ideal_location > i) { in TotalProbeDistance()
607 total += i + NumBuckets() - ideal_location; in TotalProbeDistance()
609 total += i - ideal_location; in TotalProbeDistance()