Lines Matching defs:get_heap_comp_val
22 * get_heap_comp_val - get the LEB properties value for heap comparisons.
26 static int get_heap_comp_val(struct ubifs_lprops *lprops, int cat)
58 val1 = get_heap_comp_val(lprops, cat);
63 val2 = get_heap_comp_val(heap->arr[ppos], cat);
92 val1 = get_heap_comp_val(lprops, cat);
97 val2 = get_heap_comp_val(heap->arr[ppos], cat);
109 val2 = get_heap_comp_val(heap->arr[ppos], cat);
123 val2 = get_heap_comp_val(heap->arr[cpos], cat);
127 val3 = get_heap_comp_val(heap->arr[cpos + 1],
143 val3 = get_heap_comp_val(heap->arr[cpos], cat);
182 val1 = get_heap_comp_val(lprops, cat);
183 val2 = get_heap_comp_val(heap->arr[cpos], cat);