Searched refs:ihigh (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c794 int imid, ilow, ihigh; local
808 ihigh = *intptr++ - 1;
809 while (ilow <= ihigh) {
810 imid = (ilow + ihigh) / 2;
814 ihigh = imid - 1;
833 ihigh = *intptr - 1;
836 while (ilow <= ihigh) {
837 imid = (ilow + ihigh) / 2;
844 ihigh = imid - 1;

Completed in 58 milliseconds