Home
last modified time | relevance | path

Searched refs:minIndex (Results 1 – 2 of 2) sorted by relevance

/plugin/pdfjs/pdfjs/web/
Dviewer.js3638 var minIndex = 0;
3645 if (condition(items[minIndex])) {
3646 return minIndex;
3649 while (minIndex < maxIndex) {
3650 var currentIndex = minIndex + maxIndex >> 1;
3656 minIndex = currentIndex + 1; property
3660 return minIndex;
Dviewer.js.map1minIndex","maxIndex","items","condition","currentIndex","currentItem","xinv","limit","x_","x","a",…