Searched defs:ISSET (Results 1 - 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dvar.h42 #define ISSET(exp, bit) (((exp) & (bit)) == (bit)) macro
/external/llvm/lib/Support/
H A Dregexec.c63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
89 #undef ISSET macro
110 #define ISSET(v, n) ((v)[n]) macro
/external/mksh/src/
H A Dsh.h1126 #define ISSET BIT(2) /* has value, vp->val.[si] */ macro

Completed in 145 milliseconds