Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/include/sm/
H A Dbitops.h29 # define BYTEBITS 8 /* number of bits in a byte */ macro
30 # define BITMAPBYTES (BITMAPBITS / BYTEBITS) /* number of bytes in bit map */
36 # define _BITWORD(bit) (((unsigned char)(bit) / (BYTEBITS * sizeof (int))) & BITMAPMAX)
37 # define _BITBIT(bit) ((unsigned int)1 << ((unsigned char)(bit) % (BYTEBITS * sizeof (int))))
/titanic_41/usr/src/uts/common/zmod/
H A Dinflate.c468 #define BYTEBITS() \ macro
794 BYTEBITS();
825 BYTEBITS(); /* go to byte boundary */