Searched defs:ISSET (Results 1 – 3 of 3) 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
1199 #define ISSET BIT(2) /* has value, vp->val.[si] */ macro