Searched refs:cmp_2 (Results 1 – 1 of 1) sorted by relevance
193 int len_2, cmp_2; in find_choice() local201 cmp_2 = Value(*a) - Value(*b); in find_choice()202 if (cmp_2 < 0) in find_choice()203 cmp_2 = -cmp_2; in find_choice()205 || (len_1 == len_2 && cmp_2 < cmp_1)) { in find_choice()207 cmp_1 = cmp_2; in find_choice()