/external/valgrind/ |
D | COPYING.DOCS | 62 The "Invariant Sections" are certain Secondary Sections whose titles 63 are designated, as being those of Invariant Sections, in the notice 66 allowed to be designated as Invariant. The Document may contain zero 67 Invariant Sections. If the Document does not identify any Invariant 203 G. Preserve in that license notice the full lists of Invariant Sections 224 L. Preserve all the Invariant Sections of the Document, 230 or to conflict in title with any Invariant Section. 237 list of Invariant Sections in the Modified Version's license notice. 266 Invariant Sections of all of the original documents, unmodified, and 267 list them all as Invariant Sections of your combined work in its [all …]
|
/external/libmicrohttpd/doc/ |
D | fdl-1.3.texi | 68 The ``Invariant Sections'' are certain Secondary Sections whose titles 69 are designated, as being those of Invariant Sections, in the notice 72 allowed to be designated as Invariant. The Document may contain zero 73 Invariant Sections. If the Document does not identify any Invariant 228 Preserve in that license notice the full lists of Invariant Sections 259 Preserve all the Invariant Sections of the Document, 269 to conflict in title with any Invariant Section. 279 list of Invariant Sections in the Modified Version's license notice. 308 Invariant Sections of all of the original documents, unmodified, and 309 list them all as Invariant Sections of your combined work in its [all …]
|
D | libmicrohttpd-tutorial.texi | 32 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
|
D | libmicrohttpd-tutorial.info | 19 Foundation; with no Invariant Sections, no Front-Cover Texts, and 39 Foundation; with no Invariant Sections, no Front-Cover Texts, and 1958 The "Invariant Sections" are certain Secondary Sections whose 1959 titles are designated, as being those of Invariant Sections, in 1962 Secondary then it is not allowed to be designated as Invariant. 1963 The Document may contain zero Invariant Sections. If the Document 1964 does not identify any Invariant Sections then there are none. 2116 G. Preserve in that license notice the full lists of Invariant 2145 L. Preserve all the Invariant Sections of the Document, 2154 "Endorsements" or to conflict in title with any Invariant [all …]
|
D | libmicrohttpd.info | 12 Foundation; with no Invariant Sections, no Front-Cover Texts, and 34 Foundation; with no Invariant Sections, no Front-Cover Texts, and 3435 The "Invariant Sections" are certain Secondary Sections whose 3436 titles are designated, as being those of Invariant Sections, in the 3439 is not allowed to be designated as Invariant. The Document may 3440 contain zero Invariant Sections. If the Document does not identify 3441 any Invariant Sections then there are none. 3591 G. Preserve in that license notice the full lists of Invariant 3620 L. Preserve all the Invariant Sections of the Document, unaltered 3628 "Endorsements" or to conflict in title with any Invariant [all …]
|
/external/bison/doc/ |
D | fdl.texi | 68 The ``Invariant Sections'' are certain Secondary Sections whose titles 69 are designated, as being those of Invariant Sections, in the notice 72 allowed to be designated as Invariant. The Document may contain zero 73 Invariant Sections. If the Document does not identify any Invariant 228 Preserve in that license notice the full lists of Invariant Sections 259 Preserve all the Invariant Sections of the Document, 269 to conflict in title with any Invariant Section. 279 list of Invariant Sections in the Modified Version's license notice. 308 Invariant Sections of all of the original documents, unmodified, and 309 list them all as Invariant Sections of your combined work in its [all …]
|
D | bison.info | 13 Foundation; with no Invariant Sections, with the Front-Cover texts 42 Foundation; with no Invariant Sections, with the Front-Cover texts 11427 The "Invariant Sections" are certain Secondary Sections whose 11428 titles are designated, as being those of Invariant Sections, in 11431 Secondary then it is not allowed to be designated as Invariant. 11432 The Document may contain zero Invariant Sections. If the Document 11433 does not identify any Invariant Sections then there are none. 11585 G. Preserve in that license notice the full lists of Invariant 11614 L. Preserve all the Invariant Sections of the Document, 11623 "Endorsements" or to conflict in title with any Invariant [all …]
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | aliastest.ll | 59 ; Invariant memory.
|
D | dse.ll | 64 ; Invariant memory.
|
D | functionattrs.ll | 84 ; Invariant memory.
|
/external/opencv3/doc/py_tutorials/py_feature2d/py_sift_intro/ |
D | py_sift_intro.markdown | 1 Introduction to SIFT (Scale-Invariant Feature Transform) {#tutorial_py_sift_intro} 24 Invariant Feature Transform (SIFT) in his paper, **Distinctive Image Features from Scale-Invariant
|
/external/llvm/test/Feature/ |
D | optnone-llc.ll | 47 ; LLC-Ox-DAG: Skipping pass 'Machine Loop Invariant Code Motion'
|
D | optnone-opt.ll | 67 ; OPT-LOOP-DAG: Skipping pass 'Loop Invariant Code Motion'
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 122 unsigned Invariant : 1; /**< invariant optimization? */ member
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 110 declaration.Invariant = 0; in tgsi_default_declaration() 139 declaration.Invariant = invariant; in tgsi_build_declaration() 368 full_decl->Declaration.Invariant, in tgsi_build_full_declaration()
|
D | tgsi_dump.c | 345 if (decl->Declaration.Invariant) { in iter_declaration()
|
/external/clang/include/clang/AST/ |
D | CommentCommands.td | 134 def Invariant : BlockCommand<"invariant">;
|
/external/llvm/docs/ |
D | Lexicon.rst | 139 Loop Invariant Code Motion
|
D | WritingAnLLVMPass.rst | 1100 Loop Invariant Code Motion 1102 -- Loop Invariant Code Motion 1141 Loop Invariant Code Motion 1143 -- Loop Invariant Code Motion 1181 Loop Invariant Code Motion 1182 -- Loop Invariant Code Motion
|
D | AliasAnalysis.rst | 83 the accesses are each one byte. In this case, the Loop Invariant Code Motion 466 As an example user of this, the `Loop Invariant Code Motion 627 The ``-licm`` pass implements various Loop Invariant Code Motion related
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1946 bool Invariant = OrigLoop->isLoopInvariant(V) && !NewInstr; in getBroadcastInstrs() local 1950 if (Invariant) in getBroadcastInstrs() 5202 unsigned Invariant = 0; in calculateRegisterUsage() local 5204 Invariant = LoopInvariants.size(); in calculateRegisterUsage() 5207 Invariant += GetRegUsage(Inst->getType(), VFs[i]); in calculateRegisterUsage() 5212 DEBUG(dbgs() << "LV(REG): Found invariant usage: " << Invariant << '\n'); in calculateRegisterUsage() 5215 RU.LoopInvariantRegs = Invariant; in calculateRegisterUsage()
|
/external/opencv3/doc/tutorials/introduction/transition_guide/ |
D | transition_guide.markdown | 160 …lass for extracting keypoints and computing descriptors using the Scale Invariant Feature Transfor…
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 781 if (newTypeParam->getVariance() == ObjCTypeParamVariance::Invariant && in checkTypeParamListConsistency() 787 == ObjCTypeParamVariance::Invariant && in checkTypeParamListConsistency() 808 case ObjCTypeParamVariance::Invariant: in checkTypeParamListConsistency() 819 == ObjCTypeParamVariance::Invariant) { in checkTypeParamListConsistency()
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 1016 case ObjCTypeParamVariance::Invariant: in PrintObjCTypeParams()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 463 ObjCTypeParamVariance::Invariant, in parseObjCTypeParamListOrProtocolRefs() 484 ObjCTypeParamVariance variance = ObjCTypeParamVariance::Invariant; in parseObjCTypeParamListOrProtocolRefs()
|