Searched refs:n_lbound (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()278 case -1: n_lbound = n_j + 1; continue; in bin_search()285 *p_n_pos = n_lbound; in bin_search()