Searched refs:p_left (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-diff.c | 792 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() 800 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute() 803 if (!p_left && !p_right) in hist_entry__cmp_compute() 806 if (!p_left || !p_right) in hist_entry__cmp_compute() 807 return p_left ? -1 : 1; in hist_entry__cmp_compute() 813 return __hist_entry__cmp_compute(p_left, p_right, c); 820 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx() 822 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute_idx() 825 if (!p_left && !p_right) in hist_entry__cmp_compute_idx() 828 if (!p_left || !p_righ in hist_entry__cmp_compute_idx() 790 struct hist_entry *p_right, *p_left; hist_entry__cmp_compute() local 818 struct hist_entry *p_right, *p_left; hist_entry__cmp_compute_idx() local [all...] |
| /linux/drivers/bluetooth/ |
| H A D | btmtkuart.c | 344 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()
|