Searched refs:BT_NBIPUL (Results 1 – 1 of 1) sorted by relevance
57 #define BT_NBIPUL (1 << BT_ULSHIFT) /* n bits per ulong_t */ macro58 #define BT_ULMASK (BT_NBIPUL - 1) /* to extract bit index */100 (((nbits) + BT_NBIPUL - 1l) / BT_NBIPUL)166 (bitindex) % BT_NBIPUL); }169 (bitindex) % BT_NBIPUL); }