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

/freebsd-9.3-release/usr.bin/gprof/
H A Dprintgprof.c241 if ( parentp -> name == 0 && parentp -> cycleno != 0 ) {
282 if ( np1 -> name == 0 && np1 -> cycleno != 0 )
284 if ( np2 -> name == 0 && np2 -> cycleno != 0 )
323 ( childp->cycleno != 0 && parentp->cycleno == childp->cycleno ) ) {
358 ( childp->cycleno != 0 && childp->cycleno == parentp->cycleno ) ) {
396 if ( selfp -> cycleno !
[all...]
H A Darcs.c145 parentp -> cycleno = 0;
189 parentp -> cycleno = 0;
295 if ( parentp -> cycleno == childp -> cycleno ) {
406 cyclenlp -> cycleno = cycle; /* internal number of cycle on */
422 memberp -> cycleno = cycle;
434 if ( arcp -> arc_parentp -> cycleno == cycle ) {
460 int cycleno; local
467 for ( done = TRUE , cycleno = 1 ; cycleno <
[all...]
H A Dgprof.h138 int cycleno; /* internal number of cycle on */ member in struct:nl

Completed in 98 milliseconds