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

/macosx-10.9.5/dtrace-118.1/sys/
H A Dbitmap.h83 #define BT_ULMASK (BT_NBIPUL - 1) /* to extract bit index */ macro
109 (1UL << ((bitindex) & BT_ULMASK))
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_regset.c92 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1;
H A Ddt_subr.c842 ulong_t maxb = n & BT_ULMASK;

Completed in 118 milliseconds