| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | cond-late.mk | 20 COND.true= "yes" == "yes" 21 COND.false= "yes" != "yes" 29 @echo ${ ${COND.true} :?yes:no} 30 @echo ${ ${COND.false} :?yes:no}
|
| H A D | varmod-ifelse.mk | 38 COND:= ${${UNDEF} == "":?bad-assign:bad-assign}
|
| H A D | cond-token-plain.mk | 257 .if ${${COND} == "VAR.":?yes:no} != "yes"
|
| /freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/sparc/ |
| H A D | dt_isadep.c | 40 #define COND(x) (((x) >> 25) & 0x0f) macro 202 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe() 209 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe() 224 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe() 231 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe()
|
| /freebsd-14.2/sys/contrib/alpine-hal/ |
| H A D | al_hal_plat_services.h | 351 #define al_assert(COND) \ argument 353 if (!(COND)) \ 356 __FILE__, __LINE__, __func__, #COND); \
|
| /freebsd-14.2/sys/contrib/x86emu/ |
| H A D | x86emu_regs.h | 123 #define CONDITIONAL_SET_FLAG(COND,FLAG) \ argument 124 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtCXX.h | 137 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator 167 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); } in getCond() 182 return cast_or_null<Expr>(SubExprs[COND]); in getCond() 197 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond()
|
| H A D | Stmt.h | 2724 enum { BODY, COND, END_EXPR }; enumerator 2741 Expr *getCond() { return reinterpret_cast<Expr *>(SubExprs[COND]); } in getCond() 2743 return reinterpret_cast<Expr *>(SubExprs[COND]); in getCond() 2746 void setCond(Expr *Cond) { SubExprs[COND] = reinterpret_cast<Stmt *>(Cond); } in setCond() 2782 enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR }; enumerator 2821 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } in getCond() 2826 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond() 2831 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond()
|
| H A D | Expr.h | 4151 enum { COND, LHS, RHS, END_EXPR }; enumerator 4161 SubExprs[COND] = cond; in ConditionalOperator() 4173 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() 4213 enum { COMMON, COND, LHS, RHS, NUM_SUBEXPRS }; enumerator 4233 SubExprs[COND] = cond; in BinaryConditionalOperator() 4254 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() 4530 enum { COND, LHS, RHS, END_EXPR }; enumerator 4540 SubExprs[COND] = cond; in ChooseExpr() 4569 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() 4570 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond()
|
| /freebsd-14.2/crypto/openssl/apps/ |
| H A D | speed.c | 456 #define COND(unused_cond) (run && count < INT_MAX) macro 660 for (count = 0; COND(c[algindex][testnum]); count++) in EVP_Cipher_loop() 727 for (count = 0; COND(c[D_RAND][testnum]); count++) in RAND_bytes_loop() 780 for (count = 0; COND(c[D_EVP][testnum]); count++) { in EVP_Update_loop_aead_enc() 851 for (count = 0; COND(c[D_EVP][testnum]); count++) { in EVP_Update_loop_aead_dec() 931 for (count = 0; COND(rsa_c[testnum][0]); count++) { in RSA_sign_loop() 953 for (count = 0; COND(rsa_c[testnum][1]); count++) { in RSA_verify_loop() 995 for (count = 0; COND(dsa_c[testnum][0]); count++) { in DSA_sign_loop() 1017 for (count = 0; COND(dsa_c[testnum][1]); count++) { in DSA_verify_loop() 1085 for (count = 0; COND(ecdh_c[testnum][0]); count++) in ECDH_EVP_derive_key_loop() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600InstrFormats.td | 370 bits<2> COND; 382 let Word1{9-8} = COND; 408 bits<2> COND; 417 let Word1{9-8} = COND;
|
| H A D | R600Instructions.td | 607 let COND = 0; 627 let COND = 0;
|
| /freebsd-14.2/contrib/bmake/ |
| H A D | cond.c | 322 DEBUG2(COND, "exists(%s) result is \"%s\"\n", in FuncExists() 550 DEBUG3(COND, "Comparing %f %s %f\n", lhs, opname[op], rhs); in EvalCompareNum() 581 DEBUG3(COND, "Comparing \"%s\" %s \"%s\"\n", lhs, opname[op], rhs); in EvalCompareStr() 958 DEBUG1(COND, "CondParser_Eval: %s\n", par->p); in CondParser_Eval()
|
| /freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/arm/ |
| H A D | dt_isadep.c | 47 #define COND(x) (((x) >> 25) & 0x0f) macro
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtCXX.cpp | 60 SubExprs[COND] = Cond; in CXXForRangeStmt()
|
| H A D | Stmt.cpp | 1027 SubExprs[COND] = Cond; in ForStmt()
|
| /freebsd-14.2/contrib/file/src/ |
| H A D | encoding.c | 262 #define LOOKS(NAME, COND) \ argument 274 if (COND) \
|
| /freebsd-14.2/contrib/openpam/ |
| H A D | aclocal.m4 | 128 # AM_COND_IF(COND, [IF-TRUE], [IF-FALSE]) 130 # If the shell condition COND is true, execute IF-TRUE, otherwise execute
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrFormats.td | 1891 bits<5> COND; 1898 let Inst{21-25} = COND;
|
| H A D | PPCInstr64Bit.td | 1153 (outs g8rc:$RT), (ins g8rc_nox0:$RA, g8rc:$RB, crbitrc:$COND), 1154 "isel $RT, $RA, $RB, $COND", IIC_IntISEL,
|
| H A D | PPCInstrInfo.td | 3075 (outs gprc:$RT), (ins gprc_nor0:$RA, gprc:$RB, crbitrc:$COND), 3076 "isel $RT, $RA, $RB, $COND", IIC_IntISEL,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1150 E->SubExprs[ConditionalOperator::COND] = Record.readSubExpr(); in VisitConditionalOperator() 1162 E->SubExprs[BinaryConditionalOperator::COND] = Record.readSubExpr(); in VisitBinaryConditionalOperator()
|