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

/illumos-gate/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))))
/illumos-gate/usr/src/boot/lib/libz/
H A Dinfback.c201 #define BYTEBITS() \ macro
295 BYTEBITS();
328 BYTEBITS(); /* go to byte boundary */
H A Dinflate.c517 #define BYTEBITS() \ macro
554 and sets the number of available bits to zero. BYTEBITS() discards just
555 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
830 BYTEBITS();
865 BYTEBITS(); /* go to byte boundary */
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.c468 #define BYTEBITS() \ macro
510 and sets the number of available bits to zero. BYTEBITS() discards just
511 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
794 BYTEBITS();
825 BYTEBITS(); /* go to byte boundary */

Completed in 76 milliseconds