Home
last modified time | relevance | path

Searched refs:Decision (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h216 Finalized(false), BlockKind(BK_Unknown), Decision(FD_Unformatted), in FormatToken()
298 unsigned Decision : 2;
302 return static_cast<FormatDecision>(Decision); in getDecision()
305 Decision = D; in setDecision()
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-legg-ldap-acm-bac-xx.txt88 3.4. Access Control Decision Points for LDAP Operations . . . 18
93 3.4.2. Compare Operation Decision Points. . . . . . . . 20
94 3.4.3. Search Operation Decision Points . . . . . . . . 20
95 3.4.4. Add Operation Decision Points. . . . . . . . . . 23
96 3.4.5. Delete Operation Decision Points . . . . . . . . 24
97 3.4.6. Modify Operation Decision Points . . . . . . . . 24
98 3.4.7. Modify DN Operation Decision Points. . . . . . . 25
99 3.5. Access Control Decision Function . . . . . . . . . . . . 26
214 The Access Control Decision Function (ACDF) (Section 3.5) is used to
991 3.4. Access Control Decision Points for LDAP Operations
[all …]
H A Ddraft-behera-ldap-password-policy-xx.txt132 7. Policy Decision Points . . . . . . . . . . . . . . . . . . . 26
1404 7. Policy Decision Points
H A Ddraft-ietf-ldapext-acl-model-xx.txt1003 Access Decision algorithm:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2879 LoopVectorizationCostModel::InstWidening Decision = in vectorizeMemoryInstruction() local
2881 assert((Decision == LoopVectorizationCostModel::CM_Widen || in vectorizeMemoryInstruction()
2882 Decision == LoopVectorizationCostModel::CM_Widen_Reverse || in vectorizeMemoryInstruction()
2883 Decision == LoopVectorizationCostModel::CM_GatherScatter) && in vectorizeMemoryInstruction()
2893 bool Reverse = (Decision == LoopVectorizationCostModel::CM_Widen_Reverse); in vectorizeMemoryInstruction()
2895 Reverse || (Decision == LoopVectorizationCostModel::CM_Widen); in vectorizeMemoryInstruction()
2897 (Decision == LoopVectorizationCostModel::CM_GatherScatter); in vectorizeMemoryInstruction()
7330 InstWidening Decision = in setCostBasedWideningDecision() local
7332 setWideningDecision(&I, VF, Decision, Cost); in setCostBasedWideningDecision()
7363 InstWidening Decision; in setCostBasedWideningDecision() local
[all …]
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.ok255 V. Rajaraman On the Conversion of Decision Tables to
379 R. B. Dial ACM Algorithm 394: Decision Table
517 K. Schwayder Conversion of Limited-Entry Decision
1141 Gert Dathe Conversion of Decision Tables by Rule
1165 M. Verhelst Conversion of Limited-Entry Decision
1350 Effective Way to Use Decision Tables . . 282--286
1353 Decision Tables and Their Conversion to
1509 Conversion of Decision Tables to
1868 Decision Tables: Method and Objectives 456--462
1909 Decision Tables to Computer Programs . . 532--537
[all …]
H A Dfunstack.in1695 title = "On the Conversion of Decision Tables to Computer Programs",
2660 title = "{ACM} Algorithm 394: Decision Table Translation",
3644 …title = "Conversion of Limited-Entry Decision Tables to Computer Programs. a Proposed Modif…
8334 title = "Conversion of Decision Tables by Rule Mask Method without Rule Mask",
8528 …title = "Conversion of Limited-Entry Decision Tables to Optimal and Near-Optimal Flowcharts…
9896 title = "Programming by Questionnaire: an Effective Way to Use Decision Tables",
9919 …title = "Some Comments on the Use of Ambiguous Decision Tables and Their Conversion to Comp…
11258 …title = "Information Theory Applied to the Conversion of Decision Tables to Computer Progra…
11275 …keywords = "computer; computer systems programming --- Decision Tables; conversion; decision t…
14035 title = "On the Conversion of Programs to Decision Tables: Method and Objectives",
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/guide/
H A Dpreamble.sdf154 ACDF|Access Control Decision Function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp4861 CFGBlock *Decision = createBlock(false); in InsertTempDtorDecisionBlock() local
4862 Decision->setTerminator(CFGTerminator(Context.TerminatorExpr, in InsertTempDtorDecisionBlock()
4864 addSuccessor(Decision, Block, !Context.KnownExecuted.isFalse()); in InsertTempDtorDecisionBlock()
4865 addSuccessor(Decision, FalseSucc ? FalseSucc : Context.Succ, in InsertTempDtorDecisionBlock()
4867 Block = Decision; in InsertTempDtorDecisionBlock()
/netbsd-src/external/public-domain/tz/dist/
H A Dafrica305 # Information and Decision Support Center:
690 # Cabinet Decision of July 18th, 2008 states as follows:
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3703.txt849 When a Policy Decision Point (PDP) goes to an LDAP directory to
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmm-ko.ascii.pot5891 msgid "Decision"
H A Dmm-ko.euc-kr.po6237 msgid "Decision"
/netbsd-src/sys/dev/pci/
H A Dpcidevs679 vendor DCI 0x6666 Decision Computer
3149 /* Decision Computer Inc */
/netbsd-src/etc/
H A Dservices10745 RDCenter 4756/tcp # Reticle Decision Center [KLA_Tencor] …
22911 … Objective Decision mailto:od4c…
/netbsd-src/games/fortune/datfiles/
H A Dfortunes2997 Decision maker, n.:
H A Dfortunes247382 are closer than they appear. Decision of judges is final. This supersedes
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20046458 (vect_analyze_data_refs_alignment): Decision on whether and by how much