Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c792 int imid, ilow, ihigh; in invfind() local
805 ilow = 0; in invfind()
807 while (ilow <= ihigh) { in invfind()
808 imid = (ilow + ihigh) / 2; in invfind()
814 ilow = ++imid; in invfind()
816 ilow = imid + 1; in invfind()
821 imid = (ilow) ? ilow - 1 : 0; in invfind()
830 ilow = 0; in invfind()
834 while (ilow <= ihigh) { in invfind()
835 imid = (ilow + ihigh) / 2; in invfind()
[all …]