adjacency_t      1628 ompi/mca/topo/treematch/treematch/tm_tree.c   adjacency_t *e1 = NULL, *e2 = NULL;
adjacency_t      1630 ompi/mca/topo/treematch/treematch/tm_tree.c   e1 = ((adjacency_t*)x1);
adjacency_t      1631 ompi/mca/topo/treematch/treematch/tm_tree.c   e2 = ((adjacency_t*)x2);
adjacency_t      1638 ompi/mca/topo/treematch/treematch/tm_tree.c   adjacency_t *e1 = NULL, *e2 = NULL;
adjacency_t      1640 ompi/mca/topo/treematch/treematch/tm_tree.c   e1 = ((adjacency_t*)x1);
adjacency_t      1641 ompi/mca/topo/treematch/treematch/tm_tree.c   e2 = ((adjacency_t*)x2);
adjacency_t      1650 ompi/mca/topo/treematch/treematch/tm_tree.c   adjacency_t *graph;
adjacency_t      1658 ompi/mca/topo/treematch/treematch/tm_tree.c   graph = (adjacency_t*)MALLOC(sizeof(adjacency_t)*((mat_order*mat_order-mat_order)/2));
adjacency_t      1675 ompi/mca/topo/treematch/treematch/tm_tree.c   qsort(graph, e, sizeof(adjacency_t), adjacency_dsc);