Lines Matching +defs:r +defs:left
550 static int64_t block_cycles_diff_cmp(struct hist_entry *left, in block_cycles_diff_cmp()
555 s64 l, r; in block_cycles_diff_cmp() local
566 struct hist_entry *left, struct hist_entry *right) in block_sort()
736 static int64_t cmp_doubles(double l, double r) in cmp_doubles()
747 __hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in __hist_entry__cmp_compute()
754 double r = right->diff.period_ratio_delta; in __hist_entry__cmp_compute() local
761 double r = fabs(right->diff.period_ratio_delta); in __hist_entry__cmp_compute() local
768 double r = right->diff.period_ratio; in __hist_entry__cmp_compute() local
775 s64 r = right->diff.wdiff; in __hist_entry__cmp_compute() local
787 hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute()
817 hist_entry__cmp_compute_idx(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute_idx()
857 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_baseline()
866 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta()
875 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_abs()
884 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_ratio()
893 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_wdiff()
902 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_idx()
910 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_delta_abs_idx()
918 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_ratio_idx()
926 struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp_wdiff_idx()
1513 double r; in hpp__color_cycles_hist() local