Searched defs:ISSET (Results 1 – 6 of 6) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | var.h | 42 #define ISSET(exp, bit) (((exp) & (bit)) == (bit)) macro
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regexec.c | 63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro 110 #define ISSET(v, n) ((v)[n]) macro
|
/external/llvm/lib/Support/ |
D | regexec.c | 63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro 110 #define ISSET(v, n) ((v)[n]) macro
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regexec.c | 63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro 110 #define ISSET(v, n) ((v)[n]) macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regexec.c | 63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro 110 #define ISSET(v, n) ((v)[n]) macro
|
/external/mksh/src/ |
D | sh.h | 1726 #define ISSET BIT(2) /* has value, vp->val.[si] */ macro
|