compare_vertex_distance   31 opal/class/opal_graph.c static int compare_vertex_distance(const void *item1, const void *item2);
compare_vertex_distance  661 opal/class/opal_graph.c     qsort(q_start, number_of_items_in_q, sizeof(vertex_distance_from_t), compare_vertex_distance);
compare_vertex_distance  685 opal/class/opal_graph.c         qsort(q_start, number_of_items_in_q, sizeof(vertex_distance_from_t), compare_vertex_distance);