Searched refs:currentPointerIndex (Results 1 – 2 of 2) sorted by relevance
3776 for (uint32_t currentPointerIndex = 0; currentPointerIndex < currentPointerCount; in assignPointerIds() local3777 currentPointerIndex++) { in assignPointerIds()3781 current.rawPointerData.pointers[currentPointerIndex]; in assignPointerIds()3791 heap[heapSize].currentPointerIndex = currentPointerIndex; in assignPointerIds()3826 heap[i].currentPointerIndex, heap[i].lastPointerIndex, heap[i].distance); in assignPointerIds()3871 j, heap[j].currentPointerIndex, heap[j].lastPointerIndex, in assignPointerIds()3879 uint32_t currentPointerIndex = heap[0].currentPointerIndex; in assignPointerIds() local3880 if (matchedCurrentBits.hasBit(currentPointerIndex)) continue; // already matched in assignPointerIds()3885 matchedCurrentBits.markBit(currentPointerIndex); in assignPointerIds()3889 current.rawPointerData.pointers[currentPointerIndex].id = id; in assignPointerIds()[all …]
523 uint32_t currentPointerIndex : 8 {};