Searched defs:ISSET (Results 1 – 5 of 5) sorted by relevance
42 #define ISSET(exp, bit) (((exp) & (bit)) == (bit)) macro
63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro110 #define ISSET(v, n) ((v)[n]) macro
1722 #define ISSET BIT(2) /* has value, vp->val.[si] */ macro