Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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
/third_party/FreeBSD/lib/libc/gen/
H A Dfts.c65 #define ISSET(opt) (sp->fts_options & (opt)) macro
[all...]
/third_party/mksh/
H A Dsh.h1796 #define ISSET BIT(2) /* has value, vp->val.[si] */ macro

Completed in 8 milliseconds