Home | History | Annotate | Download | only in inputflinger

Lines Matching full:startindex

6380     for (uint32_t startIndex = heapSize / 2; startIndex != 0; ) {
6381 startIndex -= 1;
6382 for (uint32_t parentIndex = startIndex; ;) {