Home
last modified time | relevance | path

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

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