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

/sendmail/include/sm/
H A Dbitops.h29 # define BITMAPMAX ((BITMAPBYTES / sizeof (int)) - 1) macro
33 /* make sure this index never leaves the allowed range: 0 to BITMAPMAX */
34 # define _BITWORD(bit) (((unsigned char)(bit) / (BYTEBITS * sizeof (int))) & BITMAPMAX)

Completed in 40 milliseconds