Searched refs:EndRecordIndex (Results 1 – 1 of 1) sorted by relevance
61 uint32_t EndRecordIndex = 0; in findRecordsByName() local63 EndRecordIndex = GlobalsTable.HashBuckets[CompressedBucketIndex + 1]; in findRecordsByName()67 EndRecordIndex = GlobalsTable.HashRecords.size() * 12; in findRecordsByName()70 EndRecordIndex /= 12; in findRecordsByName()72 assert(EndRecordIndex <= GlobalsTable.HashRecords.size()); in findRecordsByName()73 while (StartRecordIndex < EndRecordIndex) { in findRecordsByName()