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

/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dbitops.h27 # define BYTEBITS 8 /* number of bits in a byte */ macro
28 # define BITMAPBYTES (BITMAPBITS / BYTEBITS) /* number of bytes in bit map */
34 # define _BITWORD(bit) (((unsigned char)(bit) / (BYTEBITS * sizeof (int))) & BITMAPMAX)
35 # define _BITBIT(bit) ((unsigned int)1 << ((unsigned char)(bit) % (BYTEBITS * sizeof (int))))
/freebsd-11-stable/sys/contrib/zlib/
H A Dinfback.c201 #define BYTEBITS() \ macro
295 BYTEBITS();
328 BYTEBITS(); /* go to byte boundary */
H A Dinflate.c534 #define BYTEBITS() \ macro
571 and sets the number of available bits to zero. BYTEBITS() discards just
572 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
853 BYTEBITS();
888 BYTEBITS(); /* go to byte boundary */
/freebsd-11-stable/sys/cddl/contrib/opensolaris/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 97 milliseconds