HomeSort by: relevance | last modified time | path
    Searched defs:sorting_cmp (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/nbperf/
graph2.c 81 static int sorting_cmp(const void *a_, const void *b_) function in typeref:typename:int
118 qsort(key_index, graph->e, sizeof(*key_index), sorting_cmp);

Completed in 13 milliseconds