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