Home
last modified time | relevance | path

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

/original-bsd/usr.bin/gprof/
H A Dprintgprof.c43 timecmp( npp1 , npp2 ) in timecmp() argument
44 nltype **npp1, **npp2; in timecmp()
49 timediff = (*npp2) -> time - (*npp1) -> time;
54 calldiff = (*npp2) -> ncall - (*npp1) -> ncall;
59 return( strcmp( (*npp1) -> name , (*npp2) -> name ) );
213 totalcmp( npp1 , npp2 ) in totalcmp() argument
214 nltype **npp1; in totalcmp()
217 register nltype *np1 = *npp1;
641 namecmp( npp1 , npp2 ) in namecmp() argument
642 nltype **npp1, **npp2; in namecmp()
[all …]
H A Darcs.c77 topcmp( npp1 , npp2 ) in topcmp() argument
78 nltype **npp1; in topcmp()
81 return (*npp1) -> toporder - (*npp2) -> toporder;