Searched refs:npp2 (Results 1 – 2 of 2) sorted by relevance
74 const nltype **npp2 = (const nltype **)v2; in timecmp() local78 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() local268 register const nltype *np2 = *npp2; in totalcmp()690 const nltype **npp2 = (const nltype **)v2; in namecmp() local692 return( strcmp( (*npp1) -> name , (*npp2) -> name ) ); in namecmp()
105 const nltype **npp2 = (const nltype **)v2; in topcmp() local107 return (*npp1) -> toporder - (*npp2) -> toporder; in topcmp()