Searched refs:maxIndex (Results 1 – 2 of 2) sorted by relevance
252 int maxIndex = addr.length - 1; in concat() local253 for (int i = 0; i <= maxIndex; i++) { in concat()255 if (i < maxIndex) { in concat()
356 let maxIndex = 0;358 if (lineStarts[i].x > lineStarts[maxIndex].x) {359 maxIndex = i;362 const lineStart = lineStarts[maxIndex]; constant