Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sendmail/include/sm/
H A Dbitops.h37 # define _BITBIT(bit) ((unsigned int)1 << ((unsigned char)(bit) % (BYTEBITS * sizeof (int)))) macro
45 # define bitnset(bit, map) ((map)[_BITWORD(bit)] & _BITBIT(bit))
48 # define setbitn(bit, map) (map)[_BITWORD(bit)] |= _BITBIT(bit)
51 # define clrbitn(bit, map) (map)[_BITWORD(bit)] &= ~_BITBIT(bit)