Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dsort.c436 struct addr_map_symbol *to_l, *to_r; in sort__sym_to_cmp() local
441 to_l = &left->branch_info->to; in sort__sym_to_cmp()
444 if (!to_l->sym && !to_r->sym) in sort__sym_to_cmp()
445 return _sort__addr_cmp(to_l->addr, to_r->addr); in sort__sym_to_cmp()
447 return _sort__sym_cmp(to_l->sym, to_r->sym); in sort__sym_to_cmp()
/linux-4.1.27/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);\