Home
last modified time | relevance | path

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

/art/runtime/base/
Dhash_set.h450 size_t ideal_location = IndexForHash(hashfn_(element)); in TotalProbeDistance() local
451 if (ideal_location > i) { in TotalProbeDistance()
452 total += i + NumBuckets() - ideal_location; in TotalProbeDistance()
454 total += i - ideal_location; in TotalProbeDistance()