Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/nbperf/
H A Dgraph2.c81 static int sorting_cmp(const void *a_, const void *b_) in sorting_cmp() function
118 qsort(key_index, graph->e, sizeof(*key_index), sorting_cmp); in SIZED2()