Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dbitset.c288 int i, anyset; in bitset_and() local
293 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() local
308 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() local
325 anyset = 1; in bitset_xor()
[all …]