/freebsd/contrib/wpa/src/utils/ |
H A D | wpa_debug.h | 19 /* Debugging function - conditional printf and hex dump. Driver wrappers can 64 * wpa_printf - conditional printf 68 * This function is used to print conditional debugging and error messages. The 78 * wpa_hexdump - conditional hex dump 84 * This function is used to print conditional debugging and error messages. The 98 * wpa_hexdump_key - conditional hex dump, hide keys 104 * This function is used to print conditional debugging and error messages. The 120 * wpa_hexdump_ascii - conditional hex dump 126 * This function is used to print conditional debugging and error messages. The 136 * wpa_hexdump_ascii_key - conditional hex dump, hide keys [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | AsmCond.h | 1 //===- AsmCond.h - Assembly file conditional assembly ----------*- C++ -*-===// 14 /// AsmCond - Class to support conditional assembly 16 /// The conditional assembly feature (.if, .else, .elseif and .endif) is 19 /// the block of code in the middle of a conditional. 24 NoCond, // no conditional is being processed 25 IfCond, // inside if conditional 26 ElseIfCond, // inside elseif conditional 27 ElseCond // inside else conditional
|
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a510/ |
H A D | branch.json | 18 …"PublicDescription": "Predicted conditional branch executed. This event counts when any branch tha… 21 …"BriefDescription": "Predicted conditional branch executed. This event counts when any branch that… 36 …Conditional branch mispredicted. This event counts when any branch that the conditional predictor … 39 …Conditional branch mispredicted. This event counts when any branch that the conditional predictor …
|
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a55/ |
H A D | branch.json | 18 …Description": "Predicted conditional branch executed.This event counts when any branch which can b… 21 …Description": "Predicted conditional branch executed.This event counts when any branch which can b… 36 …Conditional branch mis-predicted.This event counts when any branch which can be predicted by the c… 39 …Conditional branch mis-predicted.This event counts when any branch which can be predicted by the c…
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | cond-op.exp | 1 make: cond-op.mk:51: Malformed conditional '"!word" == !word' 2 make: cond-op.mk:72: Malformed conditional '0 ${ERR::=evaluated}' 4 make: cond-op.mk:82: Malformed conditional '1 ${ERR::=evaluated}' 15 make: cond-op.mk:120: Malformed conditional '1 &&' 16 make: cond-op.mk:129: Malformed conditional '0 &&' 17 make: cond-op.mk:138: Malformed conditional '1 ||' 18 make: cond-op.mk:148: Malformed conditional '0 ||'
|
H A D | cond-token-plain.exp | 44 make: cond-token-plain.mk:160: Malformed conditional '== ""' 52 make: cond-token-plain.mk:197: Malformed conditional '$$$$$$$$ != ""' 54 make: cond-token-plain.mk:206: Malformed conditional 'left == right' 57 make: cond-token-plain.mk:212: Malformed conditional '${0:?:} || left == right' 59 make: cond-token-plain.mk:217: Malformed conditional 'left == right || ${0:?:}' 60 make: cond-token-plain.mk:236: Malformed conditional 'VAR.${IF_COUNT::+=1} != ""'
|
H A D | cond-token-number.exp | 1 make: cond-token-number.mk:16: Malformed conditional '-0' 2 make: cond-token-number.mk:27: Malformed conditional '+0' 3 make: cond-token-number.mk:38: Malformed conditional '!-1' 4 make: cond-token-number.mk:49: Malformed conditional '!+1'
|
H A D | directive-if.mk | 31 # typical cases produced an error message such as "Malformed conditional 44 # expect+1: This is not conditional. 45 .info This is not conditional. 48 # expect+1: This is not conditional. 49 .info This is not conditional. 54 # expect+1: Malformed conditional ''
|
H A D | cond-cmp-string.exp | 1 make: cond-cmp-string.mk:19: Malformed conditional 'str != str' 2 make: cond-cmp-string.mk:44: Malformed conditional '"string" != "str""ing"' 3 make: cond-cmp-string.mk:52: Malformed conditional '!("value" = "value")' 4 make: cond-cmp-string.mk:60: Malformed conditional '!("value" === "value")'
|
H A D | cond-op.mk | 50 # expect+1: Malformed conditional '"!word" == !word' 71 # expect+1: Malformed conditional '0 ${ERR::=evaluated}' 81 # expect+1: Malformed conditional '1 ${ERR::=evaluated}' 119 # expect+1: Malformed conditional '1 &&' 128 # expect+1: Malformed conditional '0 &&' 137 # expect+1: Malformed conditional '1 ||' 147 # expect+1: Malformed conditional '0 ||'
|
H A D | varmod-ifelse.mk | 41 # In a conditional directive, undefined variables are reported as such. In a 64 # malformed conditional "1 == == 2", which is reported as "Bad conditional 66 # conditional therefore returns a parse error from Var_Parse, and this parse 67 # error propagates to CondEvalExpression, where the "Malformed conditional" 76 # If the "Bad conditional expression" appears in a quoted string literal, the 77 # error message "Malformed conditional" is not printed, leaving only the "Bad 78 # conditional expression". 121 # HAVE_GCC=no, the following conditional generated this error message: 123 # make: Bad conditional expression 'string == "literal" && no >= 10' 146 # therefore parsing stopped at the '>', producing the 'Bad conditional [all …]
|
H A D | cond-eof.exp | 1 make: cond-eof.mk:17: Malformed conditional '0 ${SIDE_EFFECT} ${SIDE_EFFECT2}' 2 make: cond-eof.mk:20: Malformed conditional '1 ${SIDE_EFFECT} ${SIDE_EFFECT2}' 3 make: cond-eof.mk:23: Malformed conditional '(0) ${SIDE_EFFECT} ${SIDE_EFFECT2}'
|
H A D | cond-op-parentheses.exp | 2 make: cond-op-parentheses.mk:25: Malformed conditional '(3) > 2' 3 make: cond-op-parentheses.mk:44: Malformed conditional '(' 4 make: cond-op-parentheses.mk:58: Malformed conditional ')'
|
H A D | cond-cmp-string.mk | 18 # expect+1: Malformed conditional 'str != str' 43 # expect+1: Malformed conditional '"string" != "str""ing"' 51 # expect+1: Malformed conditional '!("value" = "value")' 59 # expect+1: Malformed conditional '!("value" === "value")' 73 # resulted in a "Malformed conditional", even though the string was
|
H A D | cond-token-number.mk | 15 # expect+1: Malformed conditional '-0' 26 # expect+1: Malformed conditional '+0' 37 # expect+1: Malformed conditional '!-1' 48 # expect+1: Malformed conditional '!+1'
|
H A D | directive-elif.mk | 6 # detected if the conditional branch directly above it is taken. In all other 9 # conditional directives. All other directives are silently ignored, as they 20 # As of 2020-12-19, the misspelling is not recognized as a conditional 35 # As of 2020-12-19, the misspelling is not recognized as a conditional 50 # doesn't recognize that it was meant to be a conditional directive.
|
H A D | cond-eof.mk | 16 # expect+1: Malformed conditional '0 ${SIDE_EFFECT} ${SIDE_EFFECT2}' 19 # expect+1: Malformed conditional '1 ${SIDE_EFFECT} ${SIDE_EFFECT2}' 22 # expect+1: Malformed conditional '(0) ${SIDE_EFFECT} ${SIDE_EFFECT2}'
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | asltransform.c | 628 ACPI_PARSE_OBJECT *Conditional = NULL; in TrDoSwitch() local 689 NewOp->Asl.Parent = Conditional->Asl.Parent; in TrDoSwitch() 694 TrAmlInsertPeer (Conditional, NewOp); in TrDoSwitch() 699 Conditional = CaseOp; in TrDoSwitch() 701 Conditional->Asl.Child->Asl.Next = NULL; in TrDoSwitch() 715 TrAmlInitLineNumbers (NewOp2, Conditional); in TrDoSwitch() 740 TrAmlInitLineNumbers (NewOp2, Conditional); in TrDoSwitch() 746 TrAmlInitLineNumbers (NewOp2, Conditional); in TrDoSwitch() 751 TrAmlInitLineNumbers (NewOp2, Conditional); in TrDoSwitch() 757 NewOp2->Asl.Parent = Conditional; in TrDoSwitch() [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | conditional.h | 39 struct _LIBCPP_TEMPLATE_VIS conditional { 43 struct _LIBCPP_TEMPLATE_VIS conditional<false, _If, _Then> { 49 using conditional_t _LIBCPP_NODEBUG = typename conditional<_Bp, _IfRes, _ElseRes>::type; 54 using __conditional_t _LIBCPP_NODEBUG = typename conditional<_Bp, _If, _Then>::type;
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPConditionalDirectiveRecord.h | 10 // a record of conditional directive regions. 23 /// Records preprocessor conditional directive regions and allows 59 /// The locations of conditional directives in source order. 72 /// Returns true if the given range intersects with a conditional 78 /// separated by conditional directive blocks.
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FlattenCFG.cpp | 9 // Reduce conditional branches in CFG. 39 /// conditional branches. 63 /// If \param [in] BB has more than one predecessor that is a conditional 80 /// if.then: // has two predecessors, both of them contains conditional branch. 106 /// BB3 \ | where, BB1, BB2 contain conditional branches. 122 /// \ / | where BB1, BB2 contain conditional branches. 132 /// In both cases, BB is the common successor of conditional branches. 134 /// its predecessor. In Case 2, BB (BB3) only has conditional branches 171 // Only conditional branches are allowed beyond this point. in FlattenParallelAndOr() 215 // the last conditional branch. in FlattenParallelAndOr() [all …]
|
/freebsd/contrib/ncurses/progs/ |
H A D | tset.c | 223 int conditional; /* Baud rate conditionals bitmask. */ member 399 mapp->conditional = 0; in add_mapping() 417 if (mapp->conditional & GT) in add_mapping() 419 mapp->conditional |= LT; in add_mapping() 422 if (mapp->conditional & LT) in add_mapping() 424 mapp->conditional |= GT; in add_mapping() 428 mapp->conditional |= EQ; in add_mapping() 431 mapp->conditional |= NOT; in add_mapping() 440 if (mapp->conditional) in add_mapping() 457 /* If a NOT conditional, reverse the test. */ in add_mapping() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_type_traits.h | 43 // conditional<B, T, F> 49 // is_same<int, conditional<true, int, double>::type>::value 50 // is_same<double, conditional<false, int, double>::type>::value 53 struct conditional { 58 struct conditional<false, T, F> {
|
/freebsd/lib/libpmc/pmu-events/arch/x86/silvermont/ |
H A D | pipeline.json | 8 … this EIP. The BPU can efficiently predict the following branch types: conditional branches, direc… 18 … this EIP. The BPU can efficiently predict the following branch types: conditional branches, direc… 28 … this EIP. The BPU can efficiently predict the following branch types: conditional branches, direc… 38 … this EIP. The BPU can efficiently predict the following branch types: conditional branches, direc… 48 … this EIP. The BPU can efficiently predict the following branch types: conditional branches, direc… 58 …conditional branch (JCC) instructions retired. Branch prediction predicts the branch target and en… 68 … this EIP. The BPU can efficiently predict the following branch types: conditional branches, direc… 78 … this EIP. The BPU can efficiently predict the following branch types: conditional branches, direc… 88 … this EIP. The BPU can efficiently predict the following branch types: conditional branches, direc… 98 …conditional branch (JCC) instructions retired. Branch prediction predicts the branch target and en… [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430InstrInfo.cpp | 217 // Handle conditional branches. in analyzeBranch() 218 assert(I->getOpcode() == MSP430::JCC && "Invalid conditional branch"); in analyzeBranch() 224 // Working from the bottom, handle the first conditional branch. in analyzeBranch() 232 // Handle subsequent conditional branches. Only handle the case where all in analyzeBranch() 233 // conditional branches branch to the same destination. in analyzeBranch() 237 // Only handle the case where all conditional branches branch to in analyzeBranch() 272 // Conditional branch. in insertBranch() 278 // Two-way Conditional branch. Insert the second branch. in insertBranch()
|