Home
last modified time | relevance | path

Searched full:decision (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/freebsd-src/contrib/processor-trace/libipt/internal/include/
H A Dpt_block_cache.h39 * This describes what to do at the decision point determined by a block cache
43 /* This is not a decision point.
45 * The next decision point is too far away and one or more fields
53 /* The decision point is a conditional branch.
62 /* The decision point is a near indirect call.
75 /* The decision point is a near return.
85 /* The decision point is an indirect jump or far branch.
93 /* The decision point requires the instruction at the decision point IP
115 * Each valid entry gives the distance from the entry's IP to the next decision
119 /* The displacement to the next decision point in bytes.
[all …]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.h64 /// ModR/M decision. Compacts the ModR/M decision if possible. ModR/M
88 /// @param o2 - The output stream to print the decision structure to.
92 /// @param decision - The ModR/M decision to emit. This decision has 256
96 ModRMDecision &decision) const;
116 /// @param o2 - The output stream for the decision structure itself.
120 /// @param decision - The OpcodeDecision to emit along with its subsidiary
124 OpcodeDecision &decision) cons
[all...]
H A DX86DisassemblerTables.cpp610 /// getDecisionType - Determines whether a ModRM decision with 255 entries can in getDecisionType() argument
613 /// @param decision - The decision to be compacted. in getDecisionType()
614 /// @return - The compactest available representation for the decision. in getDecisionType()
615 static ModRMDecisionType getDecisionType(ModRMDecision &decision) { in getDecisionType()
622 if (decision.instructionIDs[index] != decision.instructionIDs[0]) in getDecisionType()
626 (decision.instructionIDs[index] != decision.instructionIDs[0xc0])) in getDecisionType()
630 (decision in getDecisionType()
773 auto &decision = opDecision.modRMDecisions[index]; emitOpcodeDecision() local
807 emitContextDecision(raw_ostream & o1,raw_ostream & o2,unsigned & i1,unsigned & i2,unsigned & ModRMTableNum,ContextDecision & decision,const char * name) const emitContextDecision() argument
1061 setTableFields(ModRMDecision & decision,const ModRMFilter & filter,InstrUID uid,uint8_t opcode) setTableFields() argument
1102 ContextDecision &decision = *Tables[type]; setTableFields() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp99 // Decision not made by replay system in getAdviceImpl()
101 // If there's a registered original advisor, return its decision in getAdviceImpl()
105 // If no decision is made above, return non-decision in getAdviceImpl()
114 // Replay decision, if it has one in getAdviceImpl()
146 // If there's a registered original advisor, return its decision in getAdviceImpl()
151 // If no decision is made above, return non-decision in getAdviceImpl()
H A DDevelopmentModeInlineAdvisor.cpp44 inlining decision. The file containing the specification should be
66 The first value must always correspond to the decision.)"));
81 /// What the default policy's decision would have been.
275 // The first output is the inlining decision.
/freebsd-src/contrib/wpa/src/eap_peer/
H A Deap_ttls.c387 (iret.decision == DECISION_UNCOND_SUCC || in eap_ttls_phase2_request_eap_method()
388 iret.decision == DECISION_COND_SUCC || in eap_ttls_phase2_request_eap_method()
389 iret.decision == DECISION_FAIL)) { in eap_ttls_phase2_request_eap_method()
391 ret->decision = iret.decision; in eap_ttls_phase2_request_eap_method()
721 ret->decision = DECISION_COND_SUCC; in eap_ttls_phase2_request_pap()
776 ret->decision = DECISION_COND_SUCC; in eap_ttls_phase2_request_chap()
856 ret->decision = DECISION_COND_SUCC; in eap_ttls_phase2_request()
925 ret->decision = DECISION_FAIL; in eap_ttls_parse_attr_eap()
1207 ret->decision in eap_ttls_process_phase2_mschapv2()
[all...]
H A Deap_peap.c599 ret->decision = DECISION_FAIL; in eap_peap_phase2_request()
604 ret->decision = DECISION_FAIL; in eap_peap_phase2_request()
607 ret->decision = DECISION_UNCOND_SUCC; in eap_peap_phase2_request()
612 ret->decision = DECISION_FAIL; in eap_peap_phase2_request()
617 ret->decision = DECISION_FAIL; in eap_peap_phase2_request()
660 ret->decision = DECISION_FAIL; in eap_peap_phase2_request()
666 ret->decision = iret.decision; in eap_peap_phase2_request()
692 ret->decision = DECISION_FAIL; in eap_peap_phase2_request()
763 ret->decision in eap_peap_decrypt()
[all...]
H A Deap_psk.c111 ret->decision = DECISION_FAIL; in eap_psk_process_1()
211 ret->decision = DECISION_FAIL; in eap_psk_process_3()
243 ret->decision = DECISION_FAIL; in eap_psk_process_3()
251 ret->decision = DECISION_FAIL; in eap_psk_process_3()
278 ret->decision = DECISION_FAIL; in eap_psk_process_3()
361 ret->decision = failed ? DECISION_FAIL : DECISION_UNCOND_SUCC; in eap_psk_process_3()
386 ret->decision = DECISION_FAIL; in eap_psk_process()
H A Deap_fast.c486 ret->decision = DECISION_FAIL; in eap_fast_phase2_request()
496 iret.decision == DECISION_FAIL)) { in eap_fast_phase2_request()
498 ret->decision = DECISION_FAIL; in eap_fast_phase2_request()
501 (iret.decision == DECISION_UNCOND_SUCC || in eap_fast_phase2_request()
502 iret.decision == DECISION_COND_SUCC)) { in eap_fast_phase2_request()
812 ret->decision = DECISION_FAIL; in eap_fast_process_crypto_binding()
1067 ret->decision = DECISION_FAIL; in eap_fast_process_pac()
1073 ret->decision = DECISION_COND_SUCC; in eap_fast_process_pac()
1089 ret->decision = DECISION_COND_SUCC; in eap_fast_process_pac()
1276 ret->decision in eap_fast_process_decrypted()
[all...]
H A Deap.c50 static const char * eap_sm_decision_txt(EapDecision decision);
233 sm->decision = DECISION_FAIL; in SM_STATE()
899 * Get ignore, methodState, decision, allowNotifications, and in SM_STATE()
909 * (methodState, decision, allowNotifications) = m.process(eapReqData) in SM_STATE()
915 ret.decision = sm->decision; in SM_STATE()
922 "methodState=%s decision=%s eapRespData=%p", in SM_STATE()
925 eap_sm_decision_txt(ret.decision), in SM_STATE()
932 sm->decision = ret.decision; in SM_STATE()
2340 eap_sm_decision_txt(EapDecision decision) eap_sm_decision_txt() argument
[all...]
H A Deap_teap.c465 ret->decision = DECISION_FAIL; in eap_teap_phase2_request()
477 iret.decision == DECISION_FAIL)) { in eap_teap_phase2_request()
480 ret->decision = DECISION_FAIL; in eap_teap_phase2_request()
483 (iret.decision == DECISION_UNCOND_SUCC || in eap_teap_phase2_request()
484 iret.decision == DECISION_COND_SUCC)) { in eap_teap_phase2_request()
909 ret->decision = DECISION_FAIL; in eap_teap_process_crypto_binding()
1274 ret->decision = DECISION_FAIL; in eap_teap_process_decrypted()
1397 ret->decision = DECISION_COND_SUCC; in eap_teap_process_decrypted()
1406 ret->decision = DECISION_COND_SUCC; in eap_teap_process_decrypted()
1453 ret->decision in eap_teap_process_decrypted()
[all...]
H A Deap_tls.c166 ret->decision = DECISION_FAIL; in eap_tls_failure()
203 ret->decision = DECISION_COND_SUCC; in eap_tls_success()
208 ret->decision = DECISION_UNCOND_SUCC; in eap_tls_success()
267 ret->decision = DECISION_FAIL; in eap_tls_process()
314 ret->decision = DECISION_UNCOND_SUCC; in eap_tls_process()
H A Deap_vendor_test.c129 ret->decision = DECISION_FAIL; in eap_vendor_test_process()
134 ret->decision = DECISION_UNCOND_SUCC; in eap_vendor_test_process()
H A Deap_sake.c322 ret->decision = DECISION_FAIL; in eap_sake_process_confirm()
332 ret->decision = DECISION_FAIL; in eap_sake_process_confirm()
363 ret->decision = DECISION_UNCOND_SUCC; in eap_sake_process_confirm()
410 ret->decision = DECISION_FAIL; in eap_sake_process()
H A Deap_i.h49 * decision - Authentication decision (OUT)
51 EapDecision decision; member
319 EapDecision decision; member
H A Deap_pax.c284 ret->decision = DECISION_FAIL; in eap_pax_process_std_3()
294 ret->decision = DECISION_FAIL; in eap_pax_process_std_3()
325 ret->decision = DECISION_UNCOND_SUCC; in eap_pax_process_std_3()
439 ret->decision = DECISION_FAIL; in eap_pax_process()
H A Deap_leap.c259 ret->decision = DECISION_FAIL; in eap_leap_process_response()
263 ret->decision = DECISION_UNCOND_SUCC; in eap_leap_process_response()
310 ret->decision = DECISION_FAIL; in eap_leap_process()
/freebsd-src/sys/dev/bxe/
H A Decore_hsi.h3595 … (0x1<<18) /* BitField agg_vars1Various aggregative variables Enable decision rule for fin_rece…
3597 … (0x1<<19) /* BitField agg_vars1Various aggregative variables Enable decision rule for auxiliar…
3599 … (0x1<<20) /* BitField agg_vars1Various aggregative variables Enable decision rule for auxiliar…
3601 … (0x1<<21) /* BitField agg_vars1Various aggregative variables Enable decision rule for auxiliar…
3603 … (0x1<<22) /* BitField agg_vars1Various aggregative variables Enable decision rule for auxiliar…
3614 uint8_t __aux1_th /* Aux1 threhsold for the decision */;
3620 uint8_t __aux1_th /* Aux1 threhsold for the decision */;
3632 uint8_t __reserved62 /* Mask value for the decision algorithm of the general flags */;
3640 uint8_t __reserved62 /* Mask value for the decision algorithm of the general flags */;
3658 uint16_t __aux2_th /* Aux2 threhsold for the decision */;
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp271 // Decision
300 // Assign TestVector Indices in Decision Nodes in recordTestVector()
356 /// Decision Region to which the ExecutedTestVectorBitmap applies.
402 // Walk the binary decision diagram and try assigning both false and true to
440 // Walk the binary decision diagram to enumerate all possible test vectors. in processMCDCRecord()
460 // - The decision outcome is true one test and false in the other. in processMCDCRecord()
483 /// the decision region, calculating the list of all possible test vectors, in evaluateMCDCRegion()
650 /// The Decision has the number of MCDCBranches and will complete in addBranch()
674 DecisionRecord(const CounterMappingRegion &Decision)
675 : DecisionRegion(&Decision),
698 registerDecision(const CounterMappingRegion & Decision) registerDecision() argument
703 __anon95b13a6f0502(auto &Decision) recordExpansion() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h1 //===- InlineAdvisor.h - Inlining decision making abstraction -*- C++ ---*-===//
68 /// Capture state between an inlining decision having had been made, and
84 "inliner's decision in all cases"); in ~InlineAdvice()
98 /// Call after the decision for a call site was to not inline.
367 // Default (manual policy) decision making helper APIs. Shared with the legacy
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp62 /// `Level` until it reaches the most recent level where a decision was made.
74 /// Indicates that the solver made a decision.
75 Decision = 0, in notLit()
129 // Initialize the state at the root level to a decision so that in
132 LevelStates[0] = State::Decision;
187 // decision was made.
220 // There are no remaining unit clauses in the formula! Make a decision in addClause()
225 LevelStates[Level] = State::Decision; in addClause()
261 /// Reverses forced moves until the most recent level where a decision was in buildCNF()
471 Decision = 0, global() enumerator
/freebsd-src/contrib/tzdata/
H A Dleap-seconds.list35 # RESPONSIBILITY OF THE DECISION TO INTRODUCE A LEAP SECOND IN UTC
36 # The decision to introduce a leap second in UTC is the responsibility of the Earth Orientation Center of
/freebsd-src/contrib/lutok/
H A DINSTALL138 configure perform the best decision based on availability of ATF.
155 configure perform the best decision based on availability of Doxygen.
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenCommonISel.h43 /// later in CodeGen after the sibling call decision was made, we get both the
58 /// 1. The decision on whether or not to perform a sibling call on certain
62 /// 2. Even if the previous point were not true, the decision on whether to
/freebsd-src/crypto/heimdal/doc/doxyout/hx509/man/man3/
H A Dpage_revoke.310 …ices sends a OCSP reply as part of the hand-shake to make the revoktion decision simpler/faster fo…

12345678910>>...19