Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dbitops.h34 # define _BITWORD(bit) (((unsigned char)(bit) / (BYTEBITS * sizeof (int))) & BITMAPMAX) 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)