Searched refs:EndRecordIndex (Results 1 – 1 of 1) sorted by relevance
62 uint32_t EndRecordIndex = 0; in findRecordsByName() local64 EndRecordIndex = GlobalsTable.HashBuckets[CompressedBucketIndex + 1]; in findRecordsByName()68 EndRecordIndex = GlobalsTable.HashRecords.size() * 12; in findRecordsByName()71 EndRecordIndex /= 12; in findRecordsByName()73 assert(EndRecordIndex <= GlobalsTable.HashRecords.size()); in findRecordsByName()74 while (StartRecordIndex < EndRecordIndex) { in findRecordsByName()