Searched refs:thisp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/usr.bin/gprof/ |
| D | printgprof.c | 601 arccmp(arctype *thisp, arctype *thatp) in arccmp() argument 603 nltype *thisparentp = thisp -> arc_parentp; in arccmp() 604 nltype *thischildp = thisp -> arc_childp; in arccmp() 617 thisp -> arc_time , thisp -> arc_childtime , in arccmp() 618 thisp -> arc_count , thischildp -> ncall ); in arccmp() 643 if ( thisp -> arc_count < thatp -> arc_count ) { in arccmp() 646 if ( thisp -> arc_count > thatp -> arc_count ) { in arccmp() 662 thistime = thisp -> arc_time + thisp -> arc_childtime; in arccmp() 668 if ( thisp -> arc_count < thatp -> arc_count ) in arccmp() 670 if ( thisp -> arc_count > thatp -> arc_count ) in arccmp()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | traverse.c | 149 tdtraverse(tdesc_t *this, tdesc_t **thisp, tdtrav_data_t *tdtd) in tdtraverse() argument 157 if ((rc = travcb(this, thisp, tdtd->private)) < 0) in tdtraverse() 168 if ((rc = travcb(this, thisp, tdtd->private)) < 0) in tdtraverse() 180 (rc = travcb(this, thisp, tdtd->private)) < 0) in tdtraverse()
|