Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregexec.c63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
110 #define ISSET(v, n) ((v)[n]) macro
/third_party/protobuf/php/tests/proto/
Dtest_reserved_message_upper.proto47 message ISSET {} message
Dtest_reserved_enum_value_upper.proto48 ISSET = 42; enumerator
Dtest_reserved_enum_upper.proto47 enum ISSET { ZERO43 = 0; } enum
/third_party/FreeBSD/lib/libc/gen/
Dfts.c65 #define ISSET(opt) (sp->fts_options & (opt)) macro
/third_party/mksh/
Dsh.h1796 #define ISSET BIT(2) /* has value, vp->val.[si] */ macro