Searched refs:lastPointerIndex (Results 1 – 2 of 2) sorted by relevance
3778 for (uint32_t lastPointerIndex = 0; lastPointerIndex < lastPointerCount; in assignPointerIds() local3779 lastPointerIndex++) { in assignPointerIds()3783 last.rawPointerData.pointers[lastPointerIndex]; in assignPointerIds()3792 heap[heapSize].lastPointerIndex = lastPointerIndex; in assignPointerIds()3826 heap[i].currentPointerIndex, heap[i].lastPointerIndex, heap[i].distance); in assignPointerIds()3871 j, heap[j].currentPointerIndex, heap[j].lastPointerIndex, in assignPointerIds()3882 uint32_t lastPointerIndex = heap[0].lastPointerIndex; in assignPointerIds() local3883 if (matchedLastBits.hasBit(lastPointerIndex)) continue; // already matched in assignPointerIds()3886 matchedLastBits.markBit(lastPointerIndex); in assignPointerIds()3888 uint32_t id = last.rawPointerData.pointers[lastPointerIndex].id; in assignPointerIds()[all …]
524 uint32_t lastPointerIndex : 8 {};