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

/freebsd-10.0-release/usr.bin/gprof/
H A Dprintgprof.c79 const nltype **npp1 = (const nltype **)v1; local
84 timediff = (*npp2) -> time - (*npp1) -> time;
89 calldiff = (*npp2) -> ncall - (*npp1) -> ncall;
94 return( strcmp( (*npp1) -> name , (*npp2) -> name ) );
271 const nltype **npp1 = (const nltype **)v1; local
273 register const nltype *np1 = *npp1;
695 const nltype **npp1 = (const nltype **)v1; local
698 return( strcmp( (*npp1) -> name , (*npp2) -> name ) );
H A Darcs.c110 const nltype **npp1 = (const nltype **)v1; local
113 return (*npp1) -> toporder - (*npp2) -> toporder;

Completed in 78 milliseconds