Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dbitmap.h69 #define BT_NBIPUL32 (1 << BT_ULSHIFT32) /* n bits per ulong_t */ macro
70 #define BT_ULMASK32 (BT_NBIPUL32 - 1) /* to extract bit index */
120 (((nbits) + BT_NBIPUL32 - 1l) / BT_NBIPUL32)