bitset_word_t
dfa->used_bkref_map &= ~((bitset_word_t) 1 << other_idx);
& ((bitset_word_t) 1 << node->token.opr.idx))))
bitset_word_t initial_bkref_map = dfa->completed_bkref_map;
bitset_word_t accumulated_bkref_map = dfa->completed_bkref_map;
bitset_word_t w = dfa->nodes[node].opr.sbcset[i];
if (w & ((bitset_word_t) 1 << j))
dfa->sb_char[i] |= (bitset_word_t) 1 << j;
bitset_word_t bits0 = 0x00000000;
bitset_word_t bits1 = 0x03ff0000;
bitset_word_t bits2 = 0x87fffffe;
bitset_word_t bits3 = 0x07fffffe;
dfa->word_char[i] |= (bitset_word_t) 1 << j;
typedef bitset_word_t bitset_t[BITSET_WORDS];
typedef bitset_word_t *re_bitset_ptr_t;
typedef const bitset_word_t *re_const_bitset_ptr_t;
bitset_word_t used_bkref_map;
bitset_word_t completed_bkref_map;
set[i / BITSET_WORD_BITS] |= (bitset_word_t) 1 << i % BITSET_WORD_BITS;
set[i / BITSET_WORD_BITS] &= ~ ((bitset_word_t) 1 << i % BITSET_WORD_BITS);
memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS));
((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1;
((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1)
& ((bitset_word_t) 1 << subexp_idx)))
&= ~((bitset_word_t) 1 << subexp_idx);
& ((bitset_word_t) 1 << dfa->nodes[node].opr.idx)))
bitset_word_t elem, mask;
bitset_word_t any_set = 0;
bitset_word_t any_set = 0;
bitset_word_t has_intersec, not_subset, not_consumed;