Home
last modified time | relevance | path

Searched refs:igraph (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dra-colorize.c634 || TEST_BIT (igraph, igraph_index (source->id, pweb->id)) )
651 if (!TEST_BIT (igraph, igraph_index (source->id, sl->t->id)))
2205 RESET_BIT (igraph, igraph_index (x->id, y->id));
2207 RESET_BIT (igraph, igraph_index (sub->id, y->id));
2286 RESET_BIT (igraph, igraph_index (web->id, other->id));
2288 RESET_BIT (igraph, igraph_index (sl->s->id, sl->t->id));
2292 RESET_BIT (igraph, igraph_index (sl->s->id, sl->t->id));
H A Dra.h372 extern sbitmap igraph;
H A Dra-build.c1625 if (web1 == web2 || TEST_BIT (igraph, index))
1663 SET_BIT (igraph, index);
2096 igraph = sbitmap_alloc (num_webs * num_webs / 2);
2098 sbitmap_zero (igraph);
2174 SET_BIT (igraph, igraph_index (web->id, cl->t->id)); in reset_conflicts()
2181 SET_BIT (igraph, igraph_index (sl->s->id, sl->t->id)); in reset_conflicts()
3235 sbitmap_free (igraph); in ra_build_free()
H A Dra-debug.c670 if (def1 != def2 && TEST_BIT (igraph, igraph_index (def1, def2)))
1064 if (TEST_BIT (igraph, igraph_index (web->id, def2)) && web->id != def2)
H A Dra.c105 sbitmap igraph; variable