Home | History | Annotate | Download | only in lib

Lines Matching refs:mid

4328   Idx left, right, mid, last;
4332 mid = (left + right) / 2;
4333 if (mctx->bkref_ents[mid].str_idx < str_idx)
4334 left = mid + 1;
4336 right = mid;