Searched refs:BITSET_MASK (Results 1 – 1 of 1) sorted by relevance
13 #define BITSET_MASK(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()