Searched refs:anyset (Results 1 – 1 of 1) sorted by relevance
288 int i, anyset; in bitset_and() local293 for (anyset = 0, i = 0; i < bs1->bs_words; i++) { in bitset_and()295 anyset = 1; in bitset_and()297 return (anyset); in bitset_and()303 int i, anyset; in bitset_or() local308 for (anyset = 0, i = 0; i < bs1->bs_words; i++) { in bitset_or()310 anyset = 1; in bitset_or()312 return (anyset); in bitset_or()318 int i, anyset = 0; in bitset_xor() local325 anyset = 1; in bitset_xor()[all …]