Searched refs:FirstTombstone (Results 1 – 1 of 1) sorted by relevance
92 int FirstTombstone = -1; in LookupBucketFor() local99 if (FirstTombstone != -1) { in LookupBucketFor()100 HashTable[FirstTombstone] = FullHashValue; in LookupBucketFor()101 return FirstTombstone; in LookupBucketFor()110 if (FirstTombstone == -1) in LookupBucketFor()111 FirstTombstone = BucketNo; in LookupBucketFor()