Home
last modified time | relevance | path

Searched refs:totalcmp (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/gprof/
H A Dgprof.h307 int totalcmp(const void *, const void *);
H A Dprintgprof.c263 totalcmp(const void *v1, const void *v2) in totalcmp() function
H A Darcs.c241 qsort( timesortnlp , nname + ncycle , sizeof(nltype *) , totalcmp ); in doarcs()