Lines Matching defs:val2
53 int val1, val2, hpos;
63 val2 = get_heap_comp_val(heap->arr[ppos], cat);
64 if (val2 >= val1)
90 int val1, val2, val3, cpos;
97 val2 = get_heap_comp_val(heap->arr[ppos], cat);
98 if (val1 > val2) {
109 val2 = get_heap_comp_val(heap->arr[ppos], cat);
110 if (val1 <= val2)
123 val2 = get_heap_comp_val(heap->arr[cpos], cat);
124 if (val1 < val2) {
129 if (val3 > val2)
173 int cpos, val1, val2;
183 val2 = get_heap_comp_val(heap->arr[cpos], cat);
184 if (val1 > val2) {