Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Ddfn.c37 int cycletop; member
137 dfn_stack[dfn_depth].cycletop = dfn_depth; in dfn_pre_visit()
173 int cycletop; in dfn_findcycle() local
178 for (cycletop = dfn_depth; cycletop > 0; cycletop -= 1) { in dfn_findcycle()
179 cycleheadp = dfn_stack[cycletop].nlentryp; in dfn_findcycle()
188 if (cycletop <= 0) { in dfn_findcycle()
203 dfn_depth, cycletop); in dfn_findcycle()
209 if (cycletop == dfn_depth) { in dfn_findcycle()
249 for (index = cycletop + 1; index <= dfn_depth; index += 1) { in dfn_findcycle()