Searched refs:ideal_location (Results 1 – 1 of 1) sorted by relevance
511 size_t ideal_location = IndexForHash(hashfn_(element)); in TotalProbeDistance() local512 if (ideal_location > i) { in TotalProbeDistance()513 total += i + NumBuckets() - ideal_location; in TotalProbeDistance()515 total += i - ideal_location; in TotalProbeDistance()