Home | History | Annotate | Download | only in sdk

Lines Matching refs:maxIndex

904         var maxIndex = this._values.length - 1;
909 var middleIndex = (maxIndex + minIndex) >> 1;
917 maxIndex = middleIndex - 1;
918 } while (minIndex <= maxIndex);