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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Ddfn.c37 int cycletop; member in struct:dfnstruct
137 dfn_stack[dfn_depth].cycletop = dfn_depth;
173 int cycletop; local
178 for (cycletop = dfn_depth; cycletop > 0; cycletop -= 1) {
179 cycleheadp = dfn_stack[cycletop].nlentryp;
188 if (cycletop <= 0) {
202 (void) printf("[dfn_findcycle] dfn_depth %d cycletop %d ",
203 dfn_depth, cycletop);
[all...]

Completed in 58 milliseconds