Home
last modified time | relevance | path

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

/mirbsd/src/include/
Dbitstring.h56 #define _bit_mask(bit) \ macro
74 ((name)[_bit_byte(bit)] & _bit_mask(bit))
78 ((name)[_bit_byte(bit)] |= _bit_mask(bit))
82 ((name)[_bit_byte(bit)] &= ~_bit_mask(bit))
/mirbsd/src/usr.bin/vi/include/
Dbitstring.h48 #define _bit_mask(bit) \ macro
67 ((name)[_bit_byte(bit)] & _bit_mask(bit))
71 (name)[_bit_byte(bit)] |= _bit_mask(bit)
75 (name)[_bit_byte(bit)] &= ~_bit_mask(bit)