Searched refs:_BITBIT (Results 1 - 1 of 1) sorted by relevance

/sendmail/include/sm/
H A Dbitops.h35 # define _BITBIT(bit) ((unsigned int)1 << ((unsigned char)(bit) % (BYTEBITS * sizeof (int)))) macro
43 # define bitnset(bit, map) ((map)[_BITWORD(bit)] & _BITBIT(bit))
46 # define setbitn(bit, map) (map)[_BITWORD(bit)] |= _BITBIT(bit)
49 # define clrbitn(bit, map) (map)[_BITWORD(bit)] &= ~_BITBIT(bit)

Completed in 135 milliseconds