Searched refs:npp2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.bin/gprof/
H A Dprintgprof.c74 const nltype **npp2 = (const nltype **)v2; local
78 timediff = (*npp2) -> time - (*npp1) -> time;
83 calldiff = (*npp2) -> ncall - (*npp1) -> ncall;
88 return( strcmp( (*npp1) -> name , (*npp2) -> name ) );
266 const nltype **npp2 = (const nltype **)v2; local
268 register const nltype *np2 = *npp2;
690 const nltype **npp2 = (const nltype **)v2; local
692 return( strcmp( (*npp1) -> name , (*npp2) -> name ) );
H A Darcs.c105 const nltype **npp2 = (const nltype **)v2; local
107 return (*npp1) -> toporder - (*npp2) -> toporder;

Completed in 67 milliseconds