Searched refs:comp_result (Results 1 – 1 of 1) sorted by relevance
87 int comp_result; in lower_bound() local90 comp_result = compare_(key, GetKeyAtIndex(middle)); in lower_bound()91 if (comp_result == 0) in lower_bound()93 if (comp_result < 0) { in lower_bound()