Home
last modified time | relevance | path

Searched defs:ISSET (Results 1 – 5 of 5) sorted by relevance

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