Lines Matching refs:startIndex
5317 for (uint32_t startIndex = heapSize / 2; startIndex != 0; ) {5318 startIndex -= 1;5319 for (uint32_t parentIndex = startIndex; ;) {