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

/freebsd-9.3-release/usr.bin/gprof/
H A Darcs.c185 free ( cyclenl );
245 timesortnlp[nname+index-1] = &cyclenl[index];
376 * cyclenl is indexed by cycle number:
379 cyclenl = (nltype *) calloc( ncycle + 1 , sizeof( nltype ) );
380 if ( cyclenl == 0 )
393 cyclenlp = &cyclenl[cycle];
469 for (nlp = cyclenl[ cycleno ] . cnext; nlp; nlp = nlp -> cnext) {
492 for ( nlp = cyclenl[ cycleno ] . cnext ; nlp ; nlp = nlp -> cnext ) {
774 cyclenlp = &cyclenl[ cycle ];
H A Dgprof.h184 nltype *cyclenl; /* cycle header namelist */ variable
H A Dprintgprof.c733 namesortnlp[todo++] = &cyclenl[index];

Completed in 56 milliseconds