Lines Matching refs:p_left
790 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local
798 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute()
801 if (!p_left && !p_right) in hist_entry__cmp_compute()
804 if (!p_left || !p_right) in hist_entry__cmp_compute()
805 return p_left ? -1 : 1; in hist_entry__cmp_compute()
811 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute()
818 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx() local
820 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
823 if (!p_left && !p_right) in hist_entry__cmp_compute_idx()
826 if (!p_left || !p_right) in hist_entry__cmp_compute_idx()
827 return p_left ? -1 : 1; in hist_entry__cmp_compute_idx()
842 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute_idx()