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

/freebsd-9.3-release/usr.bin/gprof/
H A Ddfn.c174 if ( childp -> cyclehead != childp &&
175 childp -> cyclehead == cycleheadp ) {
199 * things have been glommed when their cyclehead field
214 * has a cyclehead field, then it's not really the
217 if ( cycleheadp -> cyclehead != cycleheadp ) {
218 cycleheadp = cycleheadp -> cyclehead;
221 printf( "[dfn_findcycle] new cyclehead " );
229 if ( childp -> cyclehead == childp ) {
235 childp -> cyclehead = cycleheadp;
246 tailp -> cnext -> cyclehead
[all...]
H A Darcs.c146 parentp -> cyclehead = parentp;
190 parentp -> cyclehead = parentp;
294 if ( childp -> cyclehead != childp ) {
301 childp = childp -> cyclehead;
335 if ( parentp -> cyclehead != parentp ) {
336 parentp -> cyclehead -> childtime += share;
337 parentp -> cyclehead -> propchild += propshare;
371 if ( nlp -> cyclehead == nlp && nlp -> cnext != 0 ) {
389 if ( !( nlp -> cyclehead == nlp && nlp -> cnext != 0 ) ) {
407 cyclenlp -> cyclehead
[all...]
H A Dgprof.h140 struct nl *cyclehead; /* pointer to head of cycle */ member in struct:nl
169 cltype *cyclehead; /* the head of the list */ variable
H A Dprintgprof.c309 if ( childp -> cyclehead != 0 ) {
310 cycleheadp = childp -> cyclehead;
373 arcp -> arc_count , childp -> cyclehead -> npropcall );
552 * detach cycle members from cyclehead,

Completed in 55 milliseconds