Lines Matching refs:startIndex
5546 for (uint32_t startIndex = heapSize / 2; startIndex != 0; ) {5547 startIndex -= 1;5548 for (uint32_t parentIndex = startIndex; ;) {