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

/freebsd-10.0-release/usr.bin/gprof/
H A Dprintgprof.c604 nltype *thatchildp = thatp -> arc_childp; local
620 printname( thatchildp );
623 thatp -> arc_count , thatchildp -> ncall );
631 if ( thatparentp == thatchildp ) {
638 if ( thatparentp -> cycleno != 0 && thatchildp -> cycleno != 0 &&
639 thatparentp -> cycleno == thatchildp -> cycleno ) {
654 if ( thatparentp -> cycleno != 0 && thatchildp -> cycleno != 0 &&
655 thatparentp -> cycleno == thatchildp -> cycleno ) {

Completed in 72 milliseconds