any_set            33 lib/common/tests/flags/pcmk_any_flags_set_test.c         cmocka_unit_test(any_set),
any_set          3495 maint/gnulib/lib/regexec.c 	      bitset_word_t any_set = 0;
any_set          3503 maint/gnulib/lib/regexec.c 		  any_set |= (accepts[j] &= (dfa->word_char[j] | ~dfa->sb_char[j]));
any_set          3506 maint/gnulib/lib/regexec.c 		  any_set |= (accepts[j] &= dfa->word_char[j]);
any_set          3507 maint/gnulib/lib/regexec.c 	      if (!any_set)
any_set          3512 maint/gnulib/lib/regexec.c 	      bitset_word_t any_set = 0;
any_set          3520 maint/gnulib/lib/regexec.c 		  any_set |= (accepts[j] &= ~(dfa->word_char[j] & dfa->sb_char[j]));
any_set          3523 maint/gnulib/lib/regexec.c 		  any_set |= (accepts[j] &= ~dfa->word_char[j]);
any_set          3524 maint/gnulib/lib/regexec.c 	      if (!any_set)