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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c794 int imid, ilow, ihigh; local
807 ilow = 0;
809 while (ilow <= ihigh) {
810 imid = (ilow + ihigh) / 2;
816 ilow = ++imid;
818 ilow = imid + 1;
823 imid = (ilow) ? ilow - 1 : 0;
832 ilow = 0;
836 while (ilow <
[all...]

Completed in 44 milliseconds