opal_bp_graph_indegree  639 opal/util/bipartite_graph.c         int inbound = opal_bp_graph_indegree(g, u);
opal_bp_graph_indegree   84 opal/util/bipartite_graph.h int opal_bp_graph_indegree(const opal_bp_graph_t *g,
opal_bp_graph_indegree   69 test/util/bipartite_graph.c         check_int_eq(opal_bp_graph_indegree(g, (u)), expected_indegree);   \
opal_bp_graph_indegree  279 test/util/bipartite_graph.c         check(opal_bp_graph_indegree(g, i) == 0);
opal_bp_graph_indegree  290 test/util/bipartite_graph.c     check(opal_bp_graph_indegree(g,  0) == 0);
opal_bp_graph_indegree  292 test/util/bipartite_graph.c     check(opal_bp_graph_indegree(g,  1) == 1);
opal_bp_graph_indegree  294 test/util/bipartite_graph.c     check(opal_bp_graph_indegree(g,  2) == 1);
opal_bp_graph_indegree  296 test/util/bipartite_graph.c     check(opal_bp_graph_indegree(g,  3) == 0);