Searched refs:FirstTombstone (Results 1 – 1 of 1) sorted by relevance
95 int FirstTombstone = -1; in LookupBucketFor() local102 if (FirstTombstone != -1) { in LookupBucketFor()103 HashTable[FirstTombstone] = FullHashValue; in LookupBucketFor()104 return FirstTombstone; in LookupBucketFor()113 if (FirstTombstone == -1) in LookupBucketFor()114 FirstTombstone = BucketNo; in LookupBucketFor()