Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c754 arccmp(arctype *thisp, arctype *thatp) in arccmp() argument
758 nltype *thatparentp = thatp->arc_parentp; in arccmp()
759 nltype *thatchildp = thatp->arc_childp; in arccmp()
776 (void) printf(" %f + %f %lld/%lld\n", thatp->arc_time, in arccmp()
777 thatp->arc_childtime, thatp->arc_count, in arccmp()
807 if (thisp->arc_count < thatp->arc_count) in arccmp()
810 if (thisp->arc_count > thatp->arc_count) in arccmp()
835 thattime = thatp->arc_time + thatp->arc_childtime; in arccmp()
843 if (thisp->arc_count < thatp->arc_count) in arccmp()
846 if (thisp->arc_count > thatp->arc_count) in arccmp()