Searched refs:matchedCurrentBits (Results 1 – 1 of 1) sorted by relevance
6717 BitSet32 matchedCurrentBits(0); in assignPointerIds() local6762 if (matchedCurrentBits.hasBit(currentPointerIndex)) continue; // already matched in assignPointerIds()6767 matchedCurrentBits.markBit(currentPointerIndex); in assignPointerIds()6787 for (uint32_t i = currentPointerCount - matchedCurrentBits.count(); i != 0; i--) { in assignPointerIds()6788 uint32_t currentPointerIndex = matchedCurrentBits.markFirstUnmarkedBit(); in assignPointerIds()