num_match_edges_out  838 opal/util/bipartite_graph.c 					     int *num_match_edges_out,
num_match_edges_out  848 opal/util/bipartite_graph.c     if (NULL == match_edges_out || NULL == num_match_edges_out) {
num_match_edges_out  851 opal/util/bipartite_graph.c     *num_match_edges_out = 0;
num_match_edges_out  907 opal/util/bipartite_graph.c                 ++(*num_match_edges_out);
num_match_edges_out  912 opal/util/bipartite_graph.c     if (0 == *num_match_edges_out) {
num_match_edges_out  917 opal/util/bipartite_graph.c     *match_edges_out = malloc(*num_match_edges_out * 2 * sizeof(int));
num_match_edges_out  919 opal/util/bipartite_graph.c         *num_match_edges_out = 0;
num_match_edges_out  161 opal/util/bipartite_graph.h 					     int *num_match_edges_out,