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

/freebsd-10.3-release/usr.bin/gprof/
H A Darcs.c119 nltype *parentp, **timesortnlp; local
238 timesortnlp = (nltype **) calloc( nname + ncycle , sizeof(nltype *) );
239 if ( timesortnlp == (nltype **) 0 )
242 timesortnlp[index] = &nl[index];
245 timesortnlp[nname+index-1] = &cyclenl[index];
247 qsort( timesortnlp , nname + ncycle , sizeof(nltype *) , totalcmp );
249 timesortnlp[ index ] -> index = index + 1;
251 return( timesortnlp );
H A Dgprof.c62 nltype **timesortnlp; local
207 timesortnlp = doarcs();
212 printgprof( timesortnlp );
H A Dprintgprof.c221 printgprof(nltype **timesortnlp) argument
231 parentp = timesortnlp[ idx ];
257 free( timesortnlp );

Completed in 117 milliseconds