vertex_distance_from_t  500 opal/class/opal_graph.c     vertex_distance_from_t distance_from;
vertex_distance_from_t  540 opal/class/opal_graph.c     vertex_distance_from_t *vertex_distance;
vertex_distance_from_t  561 opal/class/opal_graph.c     opal_value_array_init(distance_array, sizeof(vertex_distance_from_t));
vertex_distance_from_t  595 opal/class/opal_graph.c     vertex_distance_from_t *vertex_dist1, *vertex_dist2;
vertex_distance_from_t  598 opal/class/opal_graph.c     vertex_dist1 = (vertex_distance_from_t *)item1;
vertex_distance_from_t  599 opal/class/opal_graph.c     vertex_dist2 = (vertex_distance_from_t *)item2;
vertex_distance_from_t  629 opal/class/opal_graph.c     vertex_distance_from_t *Q, *q_start, *current_vertex;
vertex_distance_from_t  645 opal/class/opal_graph.c     Q = (vertex_distance_from_t *)malloc(graph_order * sizeof(vertex_distance_from_t));
vertex_distance_from_t  661 opal/class/opal_graph.c     qsort(q_start, number_of_items_in_q, sizeof(vertex_distance_from_t), compare_vertex_distance);
vertex_distance_from_t  685 opal/class/opal_graph.c         qsort(q_start, number_of_items_in_q, sizeof(vertex_distance_from_t), compare_vertex_distance);
vertex_distance_from_t  189 opal/class/opal_graph.h typedef struct vertex_distance_from_t vertex_distance_from_t;