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

/freebsd-13-stable/usr.bin/gprof/
H A Dprintgprof.c82 const nltype **npp2 = (const nltype **)v2; local
86 timediff = (*npp2) -> time - (*npp1) -> time;
91 calldiff = (*npp2) -> ncall - (*npp1) -> ncall;
96 return( strcmp( (*npp1) -> name , (*npp2) -> name ) );
274 const nltype **npp2 = (const nltype **)v2; local
276 register const nltype *np2 = *npp2;
698 const nltype **npp2 = (const nltype **)v2; local
700 return( strcmp( (*npp1) -> name , (*npp2) -> name ) );
H A Darcs.c113 const nltype **npp2 = (const nltype **)v2; local
115 return (*npp1) -> toporder - (*npp2) -> toporder;

Completed in 70 milliseconds