Searched refs:FirstTombstone (Results 1 – 1 of 1) sorted by relevance
85 int FirstTombstone = -1; in LookupBucketFor() local92 if (FirstTombstone != -1) { in LookupBucketFor()93 HashTable[FirstTombstone] = FullHashValue; in LookupBucketFor()94 return FirstTombstone; in LookupBucketFor()103 if (FirstTombstone == -1) in LookupBucketFor()104 FirstTombstone = BucketNo; in LookupBucketFor()