Home
last modified time | relevance | path

Searched refs:p_left (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-diff.c790 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()
[all …]
/linux/drivers/bluetooth/
H A Dbtmtkuart.c344 const unsigned char *p_left = data, *p_h4; in btmtkuart_recv() local
364 p_h4 = mtk_stp_split(bdev, p_left, sz_left, &sz_h4); in btmtkuart_recv()
368 adv = p_h4 - p_left; in btmtkuart_recv()
370 p_left += adv; in btmtkuart_recv()
384 p_left += sz_h4; in btmtkuart_recv()