Searched refs:ideal_location (Results 1 – 1 of 1) sorted by relevance
456 size_t ideal_location = IndexForHash(hashfn_(element)); in TotalProbeDistance() local457 if (ideal_location > i) { in TotalProbeDistance()458 total += i + NumBuckets() - ideal_location; in TotalProbeDistance()460 total += i - ideal_location; in TotalProbeDistance()