Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c747 arccmp(arctype *thisp, arctype *thatp) in arccmp() argument
751 nltype *thatparentp = thatp->arc_parentp; in arccmp()
752 nltype *thatchildp = thatp->arc_childp; in arccmp()
769 (void) printf(" %f + %f %lld/%lld\n", thatp->arc_time, in arccmp()
770 thatp->arc_childtime, thatp->arc_count, in arccmp()
800 if (thisp->arc_count < thatp->arc_count) in arccmp()
803 if (thisp->arc_count > thatp->arc_count) in arccmp()
828 thattime = thatp->arc_time + thatp->arc_childtime; in arccmp()
836 if (thisp->arc_count < thatp->arc_count) in arccmp()
839 if (thisp->arc_count > thatp->arc_count) in arccmp()