Searched refs:igraph (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ra-colorize.c | 634 || 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 D | ra.h | 372 extern sbitmap igraph;
|
H A D | ra-build.c | 1625 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 D | ra-debug.c | 670 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 D | ra.c | 105 sbitmap igraph; variable
|