Home
last modified time | relevance | path

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

/freebsd/usr.bin/gprof/
H A Dprintgprof.c593 arccmp(arctype *thisp, arctype *thatp) in arccmp() argument
595 nltype *thisparentp = thisp -> arc_parentp; in arccmp()
596 nltype *thischildp = thisp -> arc_childp; in arccmp()
609 thisp -> arc_time , thisp -> arc_childtime , in arccmp()
610 thisp -> arc_count , thischildp -> ncall ); in arccmp()
635 if ( thisp -> arc_count < thatp -> arc_count ) { in arccmp()
638 if ( thisp -> arc_count > thatp -> arc_count ) { in arccmp()
654 thistime = thisp -> arc_time + thisp -> arc_childtime; in arccmp()
660 if ( thisp -> arc_count < thatp -> arc_count ) in arccmp()
662 if ( thisp -> arc_count > thatp -> arc_count ) in arccmp()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtraverse.c149 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()