/external/llvm-project/llvm/include/llvm/Support/ |
D | Automaton.h | 79 std::deque<PathSegment *> Heads; variable 96 unsigned NumHeads = Heads.size(); in transition() 98 PathSegment *Head = Heads[I]; in transition() 107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition() 111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition() 126 Heads.clear(); in reset() 129 Heads.push_back(makePathSegment(0ULL, nullptr)); in reset() 143 for (auto *Head : Heads) { in getPaths()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Automaton.h | 79 std::deque<PathSegment *> Heads; variable 96 unsigned NumHeads = Heads.size(); in transition() 98 PathSegment *Head = Heads[I]; in transition() 107 Heads.push_back(makePathSegment(PI->ToDfaState, Head)); in transition() 111 Heads.erase(Heads.begin(), std::next(Heads.begin(), NumHeads)); in transition() 126 Heads.clear(); in reset() 129 Heads.push_back(makePathSegment(0ULL, nullptr)); in reset() 143 for (auto *Head : Heads) { in getPaths()
|
/external/ltp/testcases/kernel/fs/fs_maim/ |
D | maimparts | 54 ($Cyl,$Heads,$Sec) = split(/\, /,$Temp1,3); 56 ($Heads,$Junk) = split(/ /,$Heads,2);
|
/external/fmtlib/doc/bootstrap/ |
D | component-animations.less | 5 // Heads up!
|
D | scaffolding.less | 8 // Heads up! This reset may cause conflicts with some third-party widgets. 92 // Heads up! This is mixin-ed into thumbnails.less for `.thumbnail`.
|
D | type.less | 277 // Heads up: `blockquote.pull-right` has been deprecated as of v3.1.0.
|
D | forms.less | 435 // Heads up! This is mixin-ed into `.navbar-form` in navbars.less.
|
/external/fmtlib/doc/bootstrap/mixins/ |
D | hide-text.less | 3 // Heads up! v3 launched with with only `.hide-text()`, but per our pattern for
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 511 SetVector<StoreInst *> Heads, Tails; in processLoopStores() local 529 Heads.insert(SL[i]); in processLoopStores() 586 Heads.insert(SL[i]); in processLoopStores() 599 for (SetVector<StoreInst *>::iterator it = Heads.begin(), e = Heads.end(); in processLoopStores() 613 while (Tails.count(I) || Heads.count(I)) { in processLoopStores()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 597 SmallSetVector<int, 16> Heads, Tails; in vectorizeInstructions() local 617 Heads.insert(i); in vectorizeInstructions() 626 for (int Head : Heads) { in vectorizeInstructions() 632 !InstructionsProcessed.count(Instrs[Heads[TIt]])) { in vectorizeInstructions() 643 while (I != -1 && (Tails.count(I) || Heads.count(I))) { in vectorizeInstructions()
|
D | SLPVectorizer.cpp | 3632 SetVector<StoreInst *> Heads, Tails; in vectorizeStores() local 3658 Heads.insert(Stores[i]); in vectorizeStores() 3666 for (SetVector<StoreInst *>::iterator it = Heads.begin(), e = Heads.end(); in vectorizeStores() 3676 while (Tails.count(I) || Heads.count(I)) { in vectorizeStores()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 873 SmallVector<int, 16> Heads, Tails; in vectorizeInstructions() local 893 Heads.push_back(i); in vectorizeInstructions() 902 for (int Head : Heads) { in vectorizeInstructions() 908 !InstructionsProcessed.count(Instrs[Heads[TIt]])) { in vectorizeInstructions() 919 while (I != -1 && (is_contained(Tails, I) || is_contained(Heads, I))) { in vectorizeInstructions()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 915 SmallVector<int, 16> Heads, Tails; in vectorizeInstructions() local 935 Heads.push_back(i); in vectorizeInstructions() 944 for (int Head : Heads) { in vectorizeInstructions() 950 !InstructionsProcessed.count(Instrs[Heads[TIt]])) { in vectorizeInstructions() 961 while (I != -1 && (is_contained(Tails, I) || is_contained(Heads, I))) { in vectorizeInstructions()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 647 SetVector<StoreInst *> Heads, Tails; in processLoopStores() local 665 Heads.insert(SL[i]); in processLoopStores() 726 Heads.insert(SL[i]); in processLoopStores() 739 for (SetVector<StoreInst *>::iterator it = Heads.begin(), e = Heads.end(); in processLoopStores() 753 while (Tails.count(I) || Heads.count(I)) { in processLoopStores()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 606 SetVector<StoreInst *> Heads, Tails; in processLoopStores() local 624 Heads.insert(SL[i]); in processLoopStores() 685 Heads.insert(SL[i]); in processLoopStores() 698 for (SetVector<StoreInst *>::iterator it = Heads.begin(), e = Heads.end(); in processLoopStores() 712 while (Tails.count(I) || Heads.count(I)) { in processLoopStores()
|
/external/libcups/templates/ |
D | printer.tmpl | 11 {printer_commands~.*Clean.*?<OPTION VALUE="clean-print-heads">Clean Print Heads</OPTION>:}
|
/external/libnetfilter_conntrack/ |
D | README | 57 = Heads Up =
|
/external/mesa3d/docs/ |
D | sourcetree.rst | 149 - **hud** - Heads-Up Display, an overlay showing GPU statistics
|
/external/mesa3d/docs/relnotes/ |
D | 9.2.rst | 40 - Gallium Heads-Up Display (HUD) feature for performance monitoring
|
/external/libcups/locale/ |
D | cups.strings | 841 "Clean Print Heads" = "Clean Print Heads";
|
D | cups_en.po | 3194 msgid "Clean Print Heads" 3195 msgstr "Clean Print Heads"
|
/external/brotli/tests/testdata/ |
D | alice29.txt | 892 that loose slate--Oh, it's coming down! Heads below!' (a loud
|
/external/guava/android/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 889 that loose slate--Oh, it's coming down! Heads below!' (a loud
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 889 that loose slate--Oh, it's coming down! Heads below!' (a loud
|
/external/python/google-api-python-client/samples/prediction/ |
D | language_id.txt | 51 …s rope--Will the roof bear?--Mind that loose slate--Oh, it's coming down! Heads below!' (a loud cr…
|