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

/openbsd-current/usr.bin/gprof/
H A Ddfn.c39 int cycletop; member in struct:dfnstruct
113 dfn_stack[ dfn_depth ].cycletop = dfn_depth;
153 int cycletop; local
158 for ( cycletop = dfn_depth ; cycletop > 0 ; cycletop -= 1 ) {
159 cycleheadp = dfn_stack[ cycletop ].nlentryp;
168 if ( cycletop <= 0 )
172 printf( "[dfn_findcycle] dfn_depth %d cycletop %d " ,
173 dfn_depth , cycletop );
[all...]

Completed in 106 milliseconds