Searched refs:FirstTombstone (Results 1 – 1 of 1) sorted by relevance
100 int FirstTombstone = -1; in LookupBucketFor() local107 if (FirstTombstone != -1) { in LookupBucketFor()108 HashTable[FirstTombstone] = FullHashValue; in LookupBucketFor()109 return FirstTombstone; in LookupBucketFor()118 if (FirstTombstone == -1) in LookupBucketFor()119 FirstTombstone = BucketNo; in LookupBucketFor()