Lines Matching refs:left
156 const Sym *left = *(const Sym **) lp; in cmp_topo() local
159 return left->cg.top_order - right->cg.top_order; in cmp_topo()
540 const Sym *left = *(const Sym **) lp; in cmp_total() local
544 diff = (left->cg.prop.self + left->cg.prop.child) in cmp_total()
554 if (!left->name && left->cg.cyc.num != 0) in cmp_total()
562 if (!left->name) in cmp_total()
570 if (left->name[0] != '_' && right->name[0] == '_') in cmp_total()
574 if (left->name[0] == '_' && right->name[0] != '_') in cmp_total()
578 if (left->ncalls > right->ncalls) in cmp_total()
582 if (left->ncalls < right->ncalls) in cmp_total()
586 return strcmp (left->name, right->name); in cmp_total()