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

/freebsd-current/usr.bin/gprof/
H A Dprintgprof.c236 if ( parentp -> name == 0 && parentp -> cycleno != 0 ) {
277 if ( np1 -> name == 0 && np1 -> cycleno != 0 )
279 if ( np2 -> name == 0 && np2 -> cycleno != 0 )
317 ( childp->cycleno != 0 && parentp->cycleno == childp->cycleno ) ) {
351 ( childp->cycleno != 0 && childp->cycleno == parentp->cycleno ) ) {
388 if ( selfp -> cycleno !
[all...]
H A Darcs.c139 parentp -> cycleno = 0;
183 parentp -> cycleno = 0;
288 if ( parentp -> cycleno == childp -> cycleno ) {
399 cyclenlp -> cycleno = cycle; /* internal number of cycle on */
415 memberp -> cycleno = cycle;
427 if ( arcp -> arc_parentp -> cycleno == cycle ) {
453 int cycleno; local
460 for ( done = TRUE , cycleno = 1 ; cycleno <
[all...]
H A Dgprof.h128 int cycleno; /* internal number of cycle on */ member in struct:nl

Completed in 65 milliseconds