Home
last modified time | relevance | path

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

12345678910>>...19

/freebsd/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/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) const;
143 /// decision for each possible context.
149 /// @param o2 - The output stream to print the decision structure to.
153 /// @param decision - The ContextDecision to emit along with its subsidiary
[all …]
H A DX86DisassemblerTables.cpp610 /// getDecisionType - Determines whether a ModRM decision with 255 entries can
613 /// @param decision - The decision to be compacted.
614 /// @return - The compactest available representation for the decision.
615 static ModRMDecisionType getDecisionType(ModRMDecision &decision) { in getDecisionType() argument
622 if (decision.instructionIDs[index] != decision.instructionIDs[0]) in getDecisionType()
626 (decision.instructionIDs[index] != decision.instructionIDs[0xc0])) in getDecisionType()
630 (decision.instructionIDs[index] != decision.instructionIDs[0x00])) in getDecisionType()
633 if (((index & 0xc0) == 0xc0) && (decision.instructionIDs[index] != in getDecisionType()
634 decision.instructionIDs[index & 0xf8])) in getDecisionType()
637 if (((index & 0xc0) != 0xc0) && (decision.instructionIDs[index] != in getDecisionType()
[all …]
/freebsd/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/contrib/wpa/src/eap_peer/
H A Deap_ttls.c387 (iret.decision == DECISION_UNCOND_SUCC || in eap_ttls_phase2_eap_process()
388 iret.decision == DECISION_COND_SUCC || in eap_ttls_phase2_eap_process()
389 iret.decision == DECISION_FAIL)) { in eap_ttls_phase2_eap_process()
391 ret->decision = iret.decision; in eap_ttls_phase2_eap_process()
721 ret->decision = DECISION_COND_SUCC; in eap_ttls_phase2_request_mschap()
776 ret->decision = DECISION_COND_SUCC; in eap_ttls_phase2_request_pap()
856 ret->decision = DECISION_COND_SUCC; in eap_ttls_phase2_request_chap()
925 ret->decision = DECISION_FAIL; in eap_ttls_phase2_request()
1207 ret->decision = DECISION_FAIL; in eap_ttls_process_phase2_mschapv2()
1243 ret->decision = DECISION_UNCOND_SUCC; in eap_ttls_process_phase2_mschapv2()
[all …]
H A Deap_peap.c599 ret->decision = DECISION_FAIL; in eap_tlv_process()
604 ret->decision = DECISION_FAIL; in eap_tlv_process()
607 ret->decision = DECISION_UNCOND_SUCC; in eap_tlv_process()
612 ret->decision = DECISION_FAIL; in eap_tlv_process()
617 ret->decision = DECISION_FAIL; in eap_tlv_process()
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 = DECISION_FAIL; in eap_peap_phase2_request()
772 (iret.decision == DECISION_UNCOND_SUCC || in eap_peap_phase2_request()
[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_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_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 = DECISION_FAIL; 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()
1164 sm->decision != DECISION_FAIL) || in eap_peer_sm_step_idle()
1166 sm->decision == DECISION_UNCOND_SUCC)) in eap_peer_sm_step_idle()
[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 = DECISION_FAIL; in eap_teap_process_decrypted()
[all …]
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_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_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()
/freebsd/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, enumerator
129 // Initialize the state at the root level to a decision so that in in WatchedLiteralsSolverImpl()
132 LevelStates[0] = State::Decision; in WatchedLiteralsSolverImpl()
187 // decision was made. in solve()
220 // There are no remaining unit clauses in the formula! Make a decision in solve()
225 LevelStates[Level] = State::Decision; in solve()
261 /// Reverses forced moves until the most recent level where a decision was
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp271 // Decision in TVIdxBuilder()
300 // Assign TestVector Indices in Decision Nodes in TVIdxBuilder()
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 findExecutedTestVectors()
460 // - The decision outcome is true one test and false in the other.
483 /// the decision region, calculating the list of all possible test vectors,
650 /// The Decision has the number of MCDCBranches and will complete
674 DecisionRecord(const CounterMappingRegion &Decision) in DecisionRecord()
675 : DecisionRegion(&Decision), in DecisionRecord()
[all …]
/freebsd/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/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMCDCState.h32 struct Decision { struct
37 llvm::DenseMap<const Stmt *, Decision> DecisionByStmt;
/freebsd/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/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DMCDCTypes.h28 /// Byte Index of Bitmap Coverage Object for a Decision Region.
31 /// Number of Conditions used for a Decision Region.
/freebsd/usr.sbin/ntp/ntpd/
H A Dleap-seconds35 # 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 Cen…
/freebsd/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

12345678910>>...19