Home
last modified time | relevance | path

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

/freebsd/usr.bin/gprof/
H A Dprintgprof.c73 const nltype **npp1 = (const nltype **)v1; 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()
265 const nltype **npp1 = (const nltype **)v1; in totalcmp() local
267 register const nltype *np1 = *npp1; in totalcmp()
689 const nltype **npp1 = (const nltype **)v1; in namecmp() local
692 return( strcmp( (*npp1) -> name , (*npp2) -> name ) ); in namecmp()
H A Darcs.c104 const nltype **npp1 = (const nltype **)v1; in topcmp() local
107 return (*npp1) -> toporder - (*npp2) -> toporder; in topcmp()