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

/freebsd-11-stable/usr.bin/gprof/
H A Dprintgprof.c242 if ( parentp -> name == 0 && parentp -> cycleno != 0 ) {
283 if ( np1 -> name == 0 && np1 -> cycleno != 0 )
285 if ( np2 -> name == 0 && np2 -> cycleno != 0 )
323 ( childp->cycleno != 0 && parentp->cycleno == childp->cycleno ) ) {
357 ( childp->cycleno != 0 && childp->cycleno == parentp->cycleno ) ) {
394 if ( selfp -> cycleno !
[all...]
H A Darcs.c145 parentp -> cycleno = 0;
189 parentp -> cycleno = 0;
294 if ( parentp -> cycleno == childp -> cycleno ) {
405 cyclenlp -> cycleno = cycle; /* internal number of cycle on */
421 memberp -> cycleno = cycle;
433 if ( arcp -> arc_parentp -> cycleno == cycle ) {
459 int cycleno; local
466 for ( done = TRUE , cycleno = 1 ; cycleno <
[all...]
H A Dgprof.h139 int cycleno; /* internal number of cycle on */ member in struct:nl

Completed in 170 milliseconds