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

/freebsd-current/usr.bin/gprof/
H A Darcs.c113 nltype *parentp, **timesortnlp; local
232 timesortnlp = (nltype **) calloc( nname + ncycle , sizeof(nltype *) );
233 if ( timesortnlp == (nltype **) 0 )
236 timesortnlp[index] = &nl[index];
239 timesortnlp[nname+index-1] = &cyclenl[index];
241 qsort( timesortnlp , nname + ncycle , sizeof(nltype *) , totalcmp );
243 timesortnlp[ index ] -> index = index + 1;
245 return( timesortnlp );
H A Dgprof.c50 nltype **timesortnlp; local
194 timesortnlp = doarcs();
199 printgprof( timesortnlp );
H A Dprintgprof.c215 printgprof(nltype **timesortnlp) argument
225 parentp = timesortnlp[ idx ];
251 free( timesortnlp );

Completed in 112 milliseconds