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

/freebsd-10.0-release/usr.bin/gprof/
H A Dprintgprof.c80 const nltype **npp2 = (const nltype **)v2; local
84 timediff = (*npp2) -> time - (*npp1) -> time;
89 calldiff = (*npp2) -> ncall - (*npp1) -> ncall;
94 return( strcmp( (*npp1) -> name , (*npp2) -> name ) );
272 const nltype **npp2 = (const nltype **)v2; local
274 register const nltype *np2 = *npp2;
696 const nltype **npp2 = (const nltype **)v2; local
698 return( strcmp( (*npp1) -> name , (*npp2) -> name ) );
H A Darcs.c111 const nltype **npp2 = (const nltype **)v2; local
113 return (*npp1) -> toporder - (*npp2) -> toporder;

Completed in 79 milliseconds