Searched refs:matchedCurrentBits (Results 1 – 1 of 1) sorted by relevance
5850 BitSet32 matchedCurrentBits(0); in assignPointerIds() local5895 if (matchedCurrentBits.hasBit(currentPointerIndex)) continue; // already matched in assignPointerIds()5900 matchedCurrentBits.markBit(currentPointerIndex); in assignPointerIds()5919 for (uint32_t i = currentPointerCount - matchedCurrentBits.count(); i != 0; i--) { in assignPointerIds()5920 uint32_t currentPointerIndex = matchedCurrentBits.markFirstUnmarkedBit(); in assignPointerIds()