Lines Matching refs:mid
1468 Int32 nb, na, mid;1472 mid = (nb + na) >> 1;1473 if (indx >= cftab[mid]) nb = mid; else na = mid;