Home | History | Annotate | Download | only in lib

Lines Matching refs:any_set

3666 	      bitset_word_t any_set = 0;
3675 any_set |= (accepts[j] &= (dfa->word_char[j] | ~dfa->sb_char[j]));
3679 any_set |= (accepts[j] &= dfa->word_char[j]);
3680 if (!any_set)
3685 bitset_word_t any_set = 0;
3694 any_set |= (accepts[j] &= ~(dfa->word_char[j] & dfa->sb_char[j]));
3698 any_set |= (accepts[j] &= ~dfa->word_char[j]);
3699 if (!any_set)