Home
last modified time | relevance | path

Searched refs:any_set (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/ntp/sntp/libevent/
HDarc4random.c185 int any_set; in arc4_seed_sysctl_linux() local
196 for (i=0,any_set=0; i<sizeof(buf); ++i) { in arc4_seed_sysctl_linux()
197 any_set |= buf[i]; in arc4_seed_sysctl_linux()
199 if (!any_set) in arc4_seed_sysctl_linux()
221 int i, any_set; in arc4_seed_sysctl_bsd() local
236 for (i=any_set=0; i<sizeof(buf); ++i) { in arc4_seed_sysctl_bsd()
237 any_set |= buf[i]; in arc4_seed_sysctl_bsd()
239 if (!any_set) in arc4_seed_sysctl_bsd()
/NextBSD/contrib/unbound/compat/
HDgetentropy_solaris.c162 char any_set = 0; in gotdata() local
166 any_set |= buf[i]; in gotdata()
167 if (any_set == 0) in gotdata()
HDgetentropy_osx.c147 char any_set = 0; in gotdata() local
151 any_set |= buf[i]; in gotdata()
152 if (any_set == 0) in gotdata()
HDgetentropy_linux.c202 char any_set = 0; in gotdata() local
206 any_set |= buf[i]; in gotdata()
207 if (any_set == 0) in gotdata()
/NextBSD/contrib/libgnuregex/
HDregexec.c3635 bitset_word_t any_set = 0; in group_nodes_into_DFAstates() local
3644 any_set |= (accepts[j] &= (dfa->word_char[j] | ~dfa->sb_char[j])); in group_nodes_into_DFAstates()
3648 any_set |= (accepts[j] &= dfa->word_char[j]); in group_nodes_into_DFAstates()
3649 if (!any_set) in group_nodes_into_DFAstates()
3654 bitset_word_t any_set = 0; in group_nodes_into_DFAstates() local
3663 any_set |= (accepts[j] &= ~(dfa->word_char[j] & dfa->sb_char[j])); in group_nodes_into_DFAstates()
3667 any_set |= (accepts[j] &= ~dfa->word_char[j]); in group_nodes_into_DFAstates()
3668 if (!any_set) in group_nodes_into_DFAstates()
/NextBSD/contrib/gcc/
HDtree-sra.c1010 bool any_set = false; in find_candidates_for_sra() local
1019 any_set = true; in find_candidates_for_sra()
1023 return any_set; in find_candidates_for_sra()
/NextBSD/crypto/heimdal/lib/asn1/
HDChangeLog1602 * extra.c, heim_asn1.h: add any_set, instead of just consuming one