Searched refs:CurEntrySelector (Results 1 – 1 of 1) sorted by relevance
360 uint64_t CurEntrySelector = Entry.Key / InitialSize; in getEntry() local362 CurEntrySelector /= IncSize; in getEntry()363 CurEntrySelector = CurEntrySelector % IncSize; in getEntry()364 NextLevelTbl[CurEntrySelector] = Entry; in getEntry()