Searched refs:matchedCurrentBits (Results 1 – 1 of 1) sorted by relevance
3835 BitSet32 matchedCurrentBits(0); in assignPointerIds() local3880 if (matchedCurrentBits.hasBit(currentPointerIndex)) continue; // already matched in assignPointerIds()3885 matchedCurrentBits.markBit(currentPointerIndex); in assignPointerIds()3905 for (uint32_t i = currentPointerCount - matchedCurrentBits.count(); i != 0; i--) { in assignPointerIds()3906 uint32_t currentPointerIndex = matchedCurrentBits.markFirstUnmarkedBit(); in assignPointerIds()