Lines Matching refs:p_left
845 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local
853 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute()
856 if (!p_left && !p_right) in hist_entry__cmp_compute()
859 if (!p_left || !p_right) in hist_entry__cmp_compute()
860 return p_left ? -1 : 1; in hist_entry__cmp_compute()
866 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute()
873 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx() local
875 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
878 if (!p_left && !p_right) in hist_entry__cmp_compute_idx()
881 if (!p_left || !p_right) in hist_entry__cmp_compute_idx()
882 return p_left ? -1 : 1; in hist_entry__cmp_compute_idx()
897 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute_idx()