Lines Matching refs:p_left
805 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local
813 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute()
816 if (!p_left && !p_right) in hist_entry__cmp_compute()
819 if (!p_left || !p_right) in hist_entry__cmp_compute()
820 return p_left ? -1 : 1; in hist_entry__cmp_compute()
826 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute()
833 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx() local
835 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
838 if (!p_left && !p_right) in hist_entry__cmp_compute_idx()
841 if (!p_left || !p_right) in hist_entry__cmp_compute_idx()
842 return p_left ? -1 : 1; in hist_entry__cmp_compute_idx()
857 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute_idx()