Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/dsynth/
H A Dbuild.c58 static int qsort_depi(const void *pkg1, const void *pkg2);
59 static int qsort_idep(const void *pkg1, const void *pkg2);
1045 const pkg_t *pkg2 = *(const pkg_tt *)pkg2_arg; in qsort_idep() local
1047 return (pkg2->idep_count - pkg1->idep_count); in qsort_idep()
1054 const pkg_t *pkg2 = *(const pkg_tt *)pkg2_arg; in qsort_depi() local
1056 return ((pkg2->depi_count * pkg2->depi_depth) - in qsort_depi()