Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dbitmap.h61 #define BT_NBIPUL32 (1 << BT_ULSHIFT32) /* n bits per ulong_t */ macro
62 #define BT_ULMASK32 (BT_NBIPUL32 - 1) /* to extract bit index */
112 (((nbits) + BT_NBIPUL32 - 1l) / BT_NBIPUL32)