Lines Matching refs:mid
1497 Int32 nb, na, mid;1501 mid = (nb + na) >> 1;1502 if (indx >= cftab[mid]) nb = mid; else na = mid;