v_cleanup_count    95 test/util/bipartite_graph.c static int v_cleanup_count = 0;
v_cleanup_count   100 test/util/bipartite_graph.c     ++v_cleanup_count;
v_cleanup_count   184 test/util/bipartite_graph.c     v_cleanup_count = 0;
v_cleanup_count   200 test/util/bipartite_graph.c     check(v_cleanup_count == 0);
v_cleanup_count   204 test/util/bipartite_graph.c     check(v_cleanup_count == 5);
v_cleanup_count   220 test/util/bipartite_graph.c     v_cleanup_count = 0;
v_cleanup_count   254 test/util/bipartite_graph.c     check(v_cleanup_count == 0);
v_cleanup_count   258 test/util/bipartite_graph.c     check(v_cleanup_count == 5);