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

/freebsd-13-stable/usr.bin/gprof/
H A Dprintgprof.c601 arccmp(arctype *thisp, arctype *thatp) argument
603 nltype *thisparentp = thisp -> arc_parentp;
604 nltype *thischildp = thisp -> arc_childp;
617 thisp -> arc_time , thisp -> arc_childtime ,
618 thisp -> arc_count , thischildp -> ncall );
643 if ( thisp -> arc_count < thatp -> arc_count ) {
646 if ( thisp -> arc_count > thatp -> arc_count ) {
662 thistime = thisp -> arc_time + thisp
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtraverse.c149 tdtraverse(tdesc_t *this, tdesc_t **thisp, tdtrav_data_t *tdtd) argument
157 if ((rc = travcb(this, thisp, tdtd->private)) < 0)
168 if ((rc = travcb(this, thisp, tdtd->private)) < 0)
180 (rc = travcb(this, thisp, tdtd->private)) < 0)

Completed in 120 milliseconds