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

/freebsd-13-stable/usr.bin/gprof/
H A Dprintgprof.c606 nltype *thatchildp = thatp -> arc_childp; local
622 printname( thatchildp );
625 thatp -> arc_count , thatchildp -> ncall );
633 if ( thatparentp == thatchildp ) {
640 if ( thatparentp -> cycleno != 0 && thatchildp -> cycleno != 0 &&
641 thatparentp -> cycleno == thatchildp -> cycleno ) {
656 if ( thatparentp -> cycleno != 0 && thatchildp -> cycleno != 0 &&
657 thatparentp -> cycleno == thatchildp -> cycleno ) {

Completed in 97 milliseconds