Searched refs:FirstTombstone (Results 1 – 4 of 4) sorted by relevance
65 int FirstTombstone = -1; in LookupBucketFor() local73 if (FirstTombstone != -1) { in LookupBucketFor()74 TheTable[FirstTombstone].FullHashValue = FullHashValue; in LookupBucketFor()75 return FirstTombstone; in LookupBucketFor()84 if (FirstTombstone == -1) FirstTombstone = BucketNo; in LookupBucketFor()
83 int FirstTombstone = -1; in LookupBucketFor() local90 if (FirstTombstone != -1) { in LookupBucketFor()91 HashTable[FirstTombstone] = FullHashValue; in LookupBucketFor()92 return FirstTombstone; in LookupBucketFor()101 if (FirstTombstone == -1) FirstTombstone = BucketNo; in LookupBucketFor()
89 int FirstTombstone = -1; in LookupBucketFor() local96 if (FirstTombstone != -1) { in LookupBucketFor()97 HashTable[FirstTombstone] = FullHashValue; in LookupBucketFor()98 return FirstTombstone; in LookupBucketFor()107 if (FirstTombstone == -1) FirstTombstone = BucketNo; in LookupBucketFor()
84 int FirstTombstone = -1; in LookupBucketFor() local91 if (FirstTombstone != -1) { in LookupBucketFor()92 HashTable[FirstTombstone] = FullHashValue; in LookupBucketFor()93 return FirstTombstone; in LookupBucketFor()102 if (FirstTombstone == -1) FirstTombstone = BucketNo; in LookupBucketFor()