Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/sendmail/src/
H A Dsendmail.h82 #define _BITWORD(bit) ((bit) / (BYTEBITS * sizeof (int))) macro
88 #define bitnset(bit, map) ((map)[_BITWORD(bit)] & _BITBIT(bit))
91 #define setbitn(bit, map) (map)[_BITWORD(bit)] |= _BITBIT(bit)
94 #define clrbitn(bit, map) (map)[_BITWORD(bit)] &= ~_BITBIT(bit)