Lines Matching refs:val1
65 int val1, val2, hpos; in move_up_lpt_heap() local
70 val1 = get_heap_comp_val(lprops, cat); in move_up_lpt_heap()
76 if (val2 >= val1) in move_up_lpt_heap()
102 int val1, val2, val3, cpos; in adjust_lpt_heap() local
104 val1 = get_heap_comp_val(lprops, cat); in adjust_lpt_heap()
110 if (val1 > val2) { in adjust_lpt_heap()
122 if (val1 <= val2) in adjust_lpt_heap()
136 if (val1 < val2) { in adjust_lpt_heap()
156 if (val1 < val3) { in adjust_lpt_heap()
185 int cpos, val1, val2; in add_to_lpt_heap() local
194 val1 = get_heap_comp_val(lprops, cat); in add_to_lpt_heap()
196 if (val1 > val2) { in add_to_lpt_heap()