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

/freebsd-current/usr.bin/gprof/
H A Dprintgprof.c593 arccmp(arctype *thisp, arctype *thatp) argument
597 nltype *thatparentp = thatp -> arc_parentp;
598 nltype *thatchildp = thatp -> arc_childp;
616 thatp -> arc_time , thatp -> arc_childtime ,
617 thatp -> arc_count , thatchildp -> ncall );
635 if ( thisp -> arc_count < thatp -> arc_count ) {
638 if ( thisp -> arc_count > thatp -> arc_count ) {
655 thattime = thatp -> arc_time + thatp
[all...]

Completed in 100 milliseconds