Searched refs:decision (Results 1 - 25 of 48) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86DisassemblerTables.h57 /// ModR/M decision. Compacts the ModR/M decision if possible. ModR/M
81 /// @param o2 - The output stream to print the decision structure to.
85 /// @param decision - The ModR/M decision to emit. This decision has 256
89 ModRMDecision &decision) const;
109 /// @param o2 - The output stream for the decision structure itself.
113 /// @param decision - The OpcodeDecision to emit along with its subsidiary
117 OpcodeDecision &decision) cons
[all...]
H A DX86DisassemblerTables.cpp589 /// getDecisionType - Determines whether a ModRM decision with 255 entries can
592 /// @param decision - The decision to be compacted.
593 /// @return - The compactest available representation for the decision.
594 static ModRMDecisionType getDecisionType(ModRMDecision &decision) {
601 if (decision.instructionIDs[index] != decision.instructionIDs[0])
605 (decision.instructionIDs[index] != decision.instructionIDs[0xc0]))
609 (decision
[all...]
/netbsd-current/sys/net/npf/
H A Dnpf_ext_rndblock.c101 int *decision)
107 if (*decision == NPF_DECISION_BLOCK) {
123 *decision = NPF_DECISION_BLOCK;
130 *decision = NPF_DECISION_BLOCK;
100 npf_ext_rndblock(npf_cache_t *npc, void *meta, const npf_match_info_t *mi, int *decision) argument
H A Dnpf_handler.c151 int error, decision, flags; local
171 decision = NPF_DECISION_BLOCK;
270 decision = NPF_DECISION_PASS;
281 * It may reverse the decision from pass to block.
283 if (rp && !npf_rproc_run(&npc, rp, &mi, &decision)) {
309 if (decision == NPF_DECISION_PASS && !error) {
H A Dnpf_ext_log.c83 npf_log(npf_cache_t *npc, void *meta, const npf_match_info_t *mi, int *decision) argument
102 hdr.action = *decision == NPF_DECISION_PASS ?
H A Dnpf_ext_normalize.c145 int *decision)
155 if (*decision == NPF_DECISION_BLOCK) {
144 npf_normalize(npf_cache_t *npc, void *params, const npf_match_info_t *mi, int *decision) argument
H A Dnpf_rproc.c367 int *decision)
380 if (!extops->proc(npc, rp->rp_ext_meta[i], mi, decision)) {
366 npf_rproc_run(npf_cache_t *npc, npf_rproc_t *rp, const npf_match_info_t *mi, int *decision) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenrecog.c23 contain a decision tree that recognizes whether an rtx, the
54 1. Build up a decision tree for each routine, using the following
1117 /* Represents a test performed by a decision. */
1505 class decision;
1525 /* The source decision. */
1526 decision *from;
1548 the machine either falls through to the next decision or, if there are no
1550 class decision : public list_head <transition>
1553 decision (const rtx_test &);
1555 void set_parent (list_head <decision> *
1586 decision::decision (const rtx_test &test_in) function in class:decision
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenrecog.cc23 contain a decision tree that recognizes whether an rtx, the
54 1. Build up a decision tree for each routine, using the following
1115 /* Represents a test performed by a decision. */
1503 class decision;
1523 /* The source decision. */
1524 decision *from;
1546 the machine either falls through to the next decision or, if there are no
1548 class decision : public list_head <transition>
1551 decision (const rtx_test &);
1553 void set_parent (list_head <decision> *
1544 class decision : public list_head <transition> class in inherits:list_head
1584 decision::decision (const rtx_test &test_in) function in class:decision
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp38 inlining decision. The file containing the specification should be
60 The first value must always correspond to the decision.)"));
75 /// What the default policy's decision would have been.
327 // The first output is the inlining decision.
/netbsd-current/external/bsd/wpa/dist/src/eap_peer/
H A Deap_otp.c63 ret->decision = DECISION_COND_SUCC;
H A Deap_peap.c599 ret->decision = DECISION_FAIL;
604 ret->decision = DECISION_FAIL;
607 ret->decision = DECISION_UNCOND_SUCC;
612 ret->decision = DECISION_FAIL;
617 ret->decision = DECISION_FAIL;
658 ret->decision = DECISION_FAIL;
664 ret->decision = iret.decision;
690 ret->decision = DECISION_FAIL;
747 ret->decision
[all...]
H A Deap_ttls.c350 (iret.decision == DECISION_UNCOND_SUCC ||
351 iret.decision == DECISION_COND_SUCC ||
352 iret.decision == DECISION_FAIL)) {
354 ret->decision = iret.decision;
667 ret->decision = DECISION_COND_SUCC;
722 ret->decision = DECISION_COND_SUCC;
802 ret->decision = DECISION_COND_SUCC;
871 ret->decision = DECISION_FAIL;
1153 ret->decision
[all...]
H A Deap_vendor_test.c129 ret->decision = DECISION_FAIL;
134 ret->decision = DECISION_UNCOND_SUCC;
H A Deap_i.h49 * decision - Authentication decision (OUT)
51 EapDecision decision; member in struct:eap_method_ret
319 EapDecision decision; member in struct:eap_sm
H A Deap_md5.c73 ret->decision = DECISION_COND_SUCC;
H A Deap_psk.c111 ret->decision = DECISION_FAIL;
211 ret->decision = DECISION_FAIL;
243 ret->decision = DECISION_FAIL;
251 ret->decision = DECISION_FAIL;
278 ret->decision = DECISION_FAIL;
361 ret->decision = failed ? DECISION_FAIL : DECISION_UNCOND_SUCC;
386 ret->decision = DECISION_FAIL;
H A Deap_gtc.c95 ret->decision = DECISION_COND_SUCC;
H A Deap_tls.c159 ret->decision = DECISION_FAIL;
196 ret->decision = DECISION_COND_SUCC;
201 ret->decision = DECISION_UNCOND_SUCC;
260 ret->decision = DECISION_FAIL;
H A Deap.c49 static const char * eap_sm_decision_txt(EapDecision decision);
232 sm->decision = DECISION_FAIL;
889 * Get ignore, methodState, decision, allowNotifications, and
899 * (methodState, decision, allowNotifications) = m.process(eapReqData)
905 ret.decision = sm->decision;
912 "methodState=%s decision=%s eapRespData=%p",
915 eap_sm_decision_txt(ret.decision),
922 sm->decision = ret.decision;
2302 eap_sm_decision_txt(EapDecision decision) argument
[all...]
H A Deap_teap.c426 ret->decision = DECISION_FAIL;
438 iret.decision == DECISION_FAIL)) {
440 ret->decision = DECISION_FAIL;
443 (iret.decision == DECISION_UNCOND_SUCC ||
444 iret.decision == DECISION_COND_SUCC)) {
847 ret->decision = DECISION_FAIL;
1211 ret->decision = DECISION_FAIL;
1296 ret->decision = DECISION_COND_SUCC;
1342 ret->decision = DECISION_FAIL;
1356 ret->decision
[all...]
H A Deap_fast.c465 ret->decision = DECISION_FAIL;
475 iret.decision == DECISION_FAIL)) {
477 ret->decision = DECISION_FAIL;
480 (iret.decision == DECISION_UNCOND_SUCC ||
481 iret.decision == DECISION_COND_SUCC)) {
802 ret->decision = DECISION_FAIL;
1057 ret->decision = DECISION_FAIL;
1063 ret->decision = DECISION_COND_SUCC;
1079 ret->decision = DECISION_COND_SUCC;
1266 ret->decision
[all...]
H A Deap_mschapv2.c287 ret->decision = DECISION_FAIL;
360 ret->decision = DECISION_FAIL;
387 ret->decision = DECISION_UNCOND_SUCC;
536 ret->decision = DECISION_COND_SUCC;
677 ret->decision = DECISION_FAIL;
H A Deap_ikev2.c197 ret->decision = DECISION_FAIL;
216 ret->decision = DECISION_COND_SUCC;
227 ret->decision = DECISION_FAIL;
H A Deap_leap.c259 ret->decision = DECISION_FAIL;
263 ret->decision = DECISION_UNCOND_SUCC;
310 ret->decision = DECISION_FAIL;

Completed in 500 milliseconds

12