Lines Matching refs:mid
1459 Int32 nb, na, mid;1463 mid = (nb + na) >> 1;1464 if (indx >= cftab[mid]) nb = mid; else na = mid;