Searched refs:ideal_location (Results 1 – 1 of 1) sorted by relevance
524 size_t ideal_location = IndexForHash(hashfn_(element)); in TotalProbeDistance() local525 if (ideal_location > i) { in TotalProbeDistance()526 total += i + NumBuckets() - ideal_location; in TotalProbeDistance()528 total += i - ideal_location; in TotalProbeDistance()