/external/lzma/CPP/Common/ |
D | Wildcard.cpp | 459 FOR_VECTOR (i, Pairs) in FindPrefix() 460 if (CompareFileNames(Pairs[i].Prefix, prefix) == 0) in FindPrefix() 555 index = Pairs.Add(CPair(prefix)); in AddItem() 563 Pairs[index].Head.AddItem(include, item); in AddItem() 569 FOR_VECTOR (i, Pairs) in CheckPath() 572 if (Pairs[i].Head.CheckPath2(isAltStream, path, isFile, include)) in CheckPath() 585 for (i = 0; i < Pairs.Size(); i++) in ExtendExclude() 586 if (Pairs[i].Prefix.IsEmpty()) in ExtendExclude() 588 if (i == Pairs.Size()) in ExtendExclude() 591 for (i = 0; i < Pairs.Size(); i++) in ExtendExclude() [all …]
|
D | Wildcard.h | 131 CObjectVector<CPair> Pairs; 136 { return (Pairs.Size() == 1 && Pairs.Front().Prefix.IsEmpty()); } in AllAreRelative()
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVInstruction.h | 831 Pairs = getIds(ThePairs); 837 return getValues(Pairs); 840 Pairs.push_back(Value->getId()); 841 Pairs.push_back(BB->getId()); 842 WordCount = Pairs.size() + FixedWordCount; 846 Pairs = getIds(ThePairs); 847 WordCount = Pairs.size() + FixedWordCount; 852 for (size_t I = 0, E = Pairs.size()/2; I != E; ++I) { 854 if (!Module->exist(Pairs[2*I], &Value) || 855 !Module->exist(Pairs[2*I+1], &BB)) [all …]
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | LoopDependenceAnalysis.cpp | 131 P = Pairs.FindNodeOrInsertPos(id, insertPos); in findOrInsertDependencePair() 135 Pairs.InsertNode(P, insertPos); in findOrInsertDependencePair() 324 Pairs.clear(); in releaseMemory()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 777 void DependenceInfo::unifySubscriptType(ArrayRef<Subscript *> Pairs) { in unifySubscriptType() argument 784 for (Subscript *Pair : Pairs) { in unifySubscriptType() 809 for (Subscript *Pair : Pairs) { in unifySubscriptType() 3346 unsigned Pairs = UsefulGEP ? SrcGEP->idx_end() - SrcGEP->idx_begin() : 1; in depends() local 3347 SmallVector<Subscript, 4> Pair(Pairs); in depends() 3374 Pairs = Pair.size(); in depends() 3378 for (unsigned P = 0; P < Pairs; ++P) { in depends() 3381 Pair[P].Group.resize(Pairs); in depends() 3397 SmallBitVector Separable(Pairs); in depends() 3398 SmallBitVector Coupled(Pairs); in depends() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | LoopDependenceAnalysis.h | 113 FoldingSet<DependencePair> Pairs;
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | base-pointers-10.ll | 32 ; CHECK: Base Pairs (w/o Relocation):
|
/external/icu/icu4c/source/data/brkitr/rules/ |
D | word_POSIX.txt | 185 # Pairs of Regional Indicators stay together. 271 # Pairs of Regional Indicators stay together.
|
D | word.txt | 185 # Pairs of Regional Indicators stay together. 271 # Pairs of Regional Indicators stay together.
|
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
D | SfxCon.cpp | 354 wildcardCensor.Pairs.Front().Head; in Main2()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | EnumDirItems.cpp | 666 FOR_VECTOR (i, censor.Pairs) in EnumerateItems() 668 const NWildcard::CPair &pair = censor.Pairs[i]; in EnumerateItems()
|
D | ArchiveCommandLine.cpp | 639 FOR_VECTOR (i, censor.Pairs) in ConvertToLongNames() 641 NWildcard::CPair &pair = censor.Pairs[i]; in ConvertToLongNames()
|
D | Update.cpp | 1159 if (censor.Pairs.Size() == 1) in UpdateArchive() 1162 FString prefix = us2fs(censor.Pairs[0].Prefix) + FTEXT("."); in UpdateArchive()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 706 options.Censor.Pairs.Front().Head, in Main2() 799 options.Censor.Pairs.Front().Head, in Main2()
|
/external/llvm/test/MC/Disassembler/AMDGPU/ |
D | trap_vi.txt | 74 # Trap Handler related - Pairs and quadruples of registers
|
/external/iproute2/ |
D | README.iproute2+tc | 48 Pairs X:Y are class handles, X:0 are qdisc handles.
|
/external/bison/build-aux/ |
D | gitlog-to-changelog | 108 or more consecutive lines of Perl code. Pairs must be separated by one or 152 # Pairs must be separated by one or more blank line.
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 536 void unifySubscriptType(ArrayRef<Subscript *> Pairs);
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary | 6 # composed of Attribute/Value Pairs. The value of each attribute
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-tuple.h.pump | 316 // 6.1.4 Pairs.
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 313 // 6.1.4 Pairs.
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 316 // 6.1.4 Pairs.
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 313 // 6.1.4 Pairs.
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVWriter.cpp | 993 std::vector<std::pair<SPIRVWord, SPIRVBasicBlock *>> Pairs; in transValueWithoutDecoration() local 995 Pairs.push_back(std::make_pair(I.getCaseValue()->getZExtValue(), in transValueWithoutDecoration() 1001 nullptr)), Pairs, BB)); in transValueWithoutDecoration()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.td | 413 // Pairs, triples, and quads of 64-bit vector registers. 431 // Pairs, triples, and quads of 128-bit vector registers.
|