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

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dregister_allocate.c702 const unsigned int top_word_high_bit = (g->count - 1) % BITSET_WORDBITS; local in function:ra_simplify
706 for (int i = BITSET_WORDS(g->count) - 1, high_bit = top_word_high_bit;
729 for (int i = BITSET_WORDS(g->count) - 1, high_bit = top_word_high_bit;

Completed in 3 milliseconds