Searched refs:npp1 (Results 1 – 2 of 2) sorted by relevance
73 const nltype **npp1 = (const nltype **)v1; 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()265 const nltype **npp1 = (const nltype **)v1; in totalcmp() local267 register const nltype *np1 = *npp1; in totalcmp()689 const nltype **npp1 = (const nltype **)v1; in namecmp() local692 return( strcmp( (*npp1) -> name , (*npp2) -> name ) ); in namecmp()
104 const nltype **npp1 = (const nltype **)v1; in topcmp() local107 return (*npp1) -> toporder - (*npp2) -> toporder; in topcmp()