Home
last modified time | relevance | path

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

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