Searched refs:FollowUpTableMarker (Results 1 – 1 of 1) sorted by relevance
302 constexpr static uint64_t FollowUpTableMarker = 0x8000000000000000ull; member in __anon09dfe8530211::SimpleHashTable315 if (Entry.Key & FollowUpTableMarker) { in forEachElement()318 ~FollowUpTableMarker), in forEachElement()352 if (Entry.Key & FollowUpTableMarker) { in getEntry()354 reinterpret_cast<MapEntry *>(Entry.Key & ~FollowUpTableMarker), in getEntry()365 Entry.Key = reinterpret_cast<uint64_t>(NextLevelTbl) | FollowUpTableMarker; in getEntry()