Searched refs:n_rbound (Results 1 – 1 of 1) sorted by relevance
274 int n_rbound, n_lbound, n_j; in bin_search() local276 …for ( n_j = ((n_rbound = p_n_num - 1) + (n_lbound = 0))/2; n_lbound <= n_rbound; n_j = (n_rbound +… in bin_search()279 case 1: n_rbound = n_j - 1; continue; in bin_search()