Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dbitset.c13 #define BITSET_MASK(pos) \ macro
50 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()