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

/freebsd-13-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-13-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 */

Completed in 110 milliseconds