Searched refs:pq_test (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dregister_allocate_internal.h154 BITSET_WORD *pq_test; member in struct:ra_graph::__anon02efe9240208
H A Dregister_allocate.c547 g->tmp.pq_test = reralloc(g, g->tmp.pq_test, BITSET_WORD, bitset_count);
639 BITSET_SET(g->tmp.pq_test, n);
710 g->tmp.pq_test[i] = 0;
737 BITSET_WORD pq = g->tmp.pq_test[i] & ~skip;
750 /* add_node_to_stack() may update pq_test for this word so
753 pq = g->tmp.pq_test[i] & ~skip;
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dregister_allocate.c473 pq_test(struct ra_graph *g, unsigned int n) function in typeref:typename:bool
524 if (pq_test(g, i)) {

Completed in 5 milliseconds