Searched refs:FLAG (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/preprocessor/
H A Dtst.ifndef.d38 #ifndef FLAG
39 #define FLAG
42 #if defined (FLAG)
H A Dtst.preexpif.d38 #define FLAG 1
39 #if defined (FLAG)
H A Dtst.preexpifelse.d38 #define FLAG 1
39 #if defined (FLAG)
H A Derr.D_IDENT_UNDEF.afterprobe.d49 #if !defined (FLAG)
H A Derr.ifdefnotendif.d37 #if !defined (FLAG)
H A Dtst.predicatedeclare.d42 #if !defined (FLAG)
H A Dtst.withinprobe.d44 #if !defined (FLAG)
H A Derr.ifdefelsenotendif.d38 #if !defined (FLAG)
H A Derr.mulelse.d38 #if !defined (FLAG)
H A Dtst.ifdef.d38 #if defined (FLAG)
H A Dtst.ifnotdef.d38 #if !defined (FLAG)
H A Dtst.logicaland.d38 #if !defined (FLAG) && !defined(STATUS)
H A Dtst.logicalandor.d38 #if !defined (FLAG) || !defined(STATUS) && !defined(STATE)
H A Dtst.logicalor.d38 #if !defined (FLAG) || !defined(STATUS)
H A Dtst.muland.d38 #if !defined (FLAG) && !defined(STATUS) && !defined(STATE)
H A Dtst.mulor.d38 #if !defined (FLAG) || !defined(STATUS) || !defined(STATE)
H A Dtst.preexpelse.d38 #if defined (FLAG)
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp100 #define FLAG(f) if (II->f) { FlagStrings.push_back(str(f)); } macro
101 FLAG(isReturn)
102 FLAG(isEHScopeReturn)
103 FLAG(isBranch)
104 FLAG(isIndirectBranch)
105 FLAG(isCompare)
106 FLAG(isMoveImm)
107 FLAG(isBitcast)
108 FLAG(isSelect)
109 FLAG(isBarrie
[all...]
/freebsd-11-stable/lib/libedit/
H A Dmakelist48 FLAG="$1"
53 case $FLAG in
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1552 #define FLAG(fn, name) \ macro
1555 FLAG(isParsingBaseSpecifiers, parsing_base_specifiers);
1557 FLAG(isGenericLambda, generic);
1558 FLAG(isLambda, lambda);
1560 FLAG(isAnonymousStructOrUnion, is_anonymous);
1561 FLAG(canPassInRegisters, pass_in_registers);
1562 FLAG(isEmpty, empty);
1563 FLAG(isAggregate, aggregate);
1564 FLAG(isStandardLayout, standard_layout);
1565 FLAG(isTriviallyCopyabl
[all...]
/freebsd-11-stable/lib/lib80211/
H A Dlib80211_regdomain.c181 #define FLAG(x) { #x, sizeof(#x)-1, x } macro
182 FLAG(IEEE80211_CHAN_A),
183 FLAG(IEEE80211_CHAN_B),
184 FLAG(IEEE80211_CHAN_G),
185 FLAG(IEEE80211_CHAN_HT20),
186 FLAG(IEEE80211_CHAN_HT40),
187 FLAG(IEEE80211_CHAN_ST),
188 FLAG(IEEE80211_CHAN_TURBO),
189 FLAG(IEEE80211_CHAN_PASSIVE),
190 FLAG(IEEE80211_CHAN_DF
211 #undef FLAG macro
[all...]
/freebsd-11-stable/sys/contrib/x86emu/
H A Dx86emu_regs.h123 #define CONDITIONAL_SET_FLAG(COND,FLAG) \
124 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dunimkmsg.h34 #define MK_MSG_ORIG(MSG,TYPE,CREF,FLAG) \
38 (MSG)->u.hdr.cref.flag = (FLAG); \
59 #define MK_IE_EPREF(IE,EPREF,FLAG) \
66 (IE).flag = FLAG; \
/freebsd-11-stable/usr.sbin/ctm/ctm_rmail/
H A Doptions.h22 * FLAG('x', xecute)
23 * FLAG('z', zot)
99 #define FLAG(x,flag) \ macro
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.cpp736 // and add or compare and exchange. Therefore, the FLAG parameter to this
742 // the FLAG parameter should always be 1. If we know that we will be using
747 // If FLAG is 0, then we are relying on dead code elimination by the build
752 #define OP_GOMP_CRITICAL(OP, FLAG) \
753 if ((FLAG) && (__kmp_atomic_mode == 2)) { \
759 #define OP_GOMP_CRITICAL(OP, FLAG)
1093 #define GOMP_MIN_MAX_CRITSECT(OP, FLAG) \
1094 if ((FLAG) && (__kmp_atomic_mode == 2)) { \
1100 #define GOMP_MIN_MAX_CRITSECT(OP, FLAG)
1365 #define OP_GOMP_CRITICAL_REV(OP, FLAG) \
[all...]

Completed in 197 milliseconds

12