Searched refs:matchedCurrentBits (Results 1 – 1 of 1) sorted by relevance
6424 BitSet32 matchedCurrentBits(0); in assignPointerIds() local6469 if (matchedCurrentBits.hasBit(currentPointerIndex)) continue; // already matched in assignPointerIds()6474 matchedCurrentBits.markBit(currentPointerIndex); in assignPointerIds()6493 for (uint32_t i = currentPointerCount - matchedCurrentBits.count(); i != 0; i--) { in assignPointerIds()6494 uint32_t currentPointerIndex = matchedCurrentBits.markFirstUnmarkedBit(); in assignPointerIds()