Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dsort.c509 struct addr_map_symbol *to_l, *to_r; in sort__sym_to_cmp() local
514 to_l = &left->branch_info->to; in sort__sym_to_cmp()
517 if (!to_l->sym && !to_r->sym) in sort__sym_to_cmp()
518 return _sort__addr_cmp(to_l->addr, to_r->addr); in sort__sym_to_cmp()
520 return _sort__sym_cmp(to_l->sym, to_r->sym); in sort__sym_to_cmp()
/linux-4.4.14/fs/reiserfs/
Dfix_node.c763 int to_l;\
765 to_l = (MAX_NR_KEY(Sh)+1 - lpar + vn->vn_nr_item + 1) / 2 -\
768 set_parameters (tb, h, to_l, 0, lnver, NULL, -1, -1);\