Lines Matching refs:p_left
550 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local
558 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute()
561 if (!p_left && !p_right) in hist_entry__cmp_compute()
564 if (!p_left || !p_right) in hist_entry__cmp_compute()
565 return p_left ? -1 : 1; in hist_entry__cmp_compute()
571 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute()
578 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx() local
580 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
583 if (!p_left && !p_right) in hist_entry__cmp_compute_idx()
586 if (!p_left || !p_right) in hist_entry__cmp_compute_idx()
587 return p_left ? -1 : 1; in hist_entry__cmp_compute_idx()
602 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute_idx()