Searched refs:BITSET_WORD (Results 1 – 1 of 1) sorted by relevance
16 #define BITSET_WORD(set, pos) \ macro50 BITSET_WORD(set, pos) &= ~BITSET_MASK(pos); in bitset_clear_bit()58 BITSET_WORD(set, pos) |= BITSET_MASK(pos); in bitset_set_bit()66 return (BITSET_WORD(set, pos) & BITSET_MASK(pos)) != 0; in bitset_test_bit()