/external/llvm-project/lldb/tools/lldb-server/ |
D | LLGSOptions.td | 7 multiclass SJ<string name, string help> { 16 defm fd: SJ<"fd", "Communicate over the given file descriptor.">, 20 defm named_pipe: SJ<"named-pipe", "Write port lldb-server will listen on to the given named pipe.">, 24 defm pipe: SJ<"pipe", "Write port lldb-server will listen on to the given file descriptor.">, 34 defm log_channels: SJ<"log-channels", "Channels to log. A colon-separated list of entries. Each ent… 38 defm log_file: SJ<"log-file", "Destination file to log to. If empty, log to stderr.">, 54 defm attach: SJ<"attach", "Attach to the process given by a (numeric) process id or a name.">,
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 3475 for (unsigned SJ = SI + 1; SJ < Pairs; ++SJ) { in depends() local 3477 Intersection &= Pair[SJ].GroupLoops; in depends() 3480 Pair[SJ].GroupLoops |= Pair[SI].GroupLoops; in depends() 3482 Pair[SJ].Group |= Pair[SI].Group; in depends() 3554 for (int SJ = Group.find_first(); SJ >= 0; SJ = Group.find_next(SJ)) { in depends() local 3555 DEBUG(dbgs() << SJ << " "); in depends() 3556 if (Pair[SJ].Classification == Subscript::SIV) in depends() 3557 Sivs.set(SJ); in depends() 3559 Mivs.set(SJ); in depends() 3560 PairsInGroup.push_back(&Pair[SJ]); in depends() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 3559 for (unsigned SJ = SI + 1; SJ < Pairs; ++SJ) { in depends() local 3561 Intersection &= Pair[SJ].GroupLoops; in depends() 3564 Pair[SJ].GroupLoops |= Pair[SI].GroupLoops; in depends() 3566 Pair[SJ].Group |= Pair[SI].Group; in depends() 3638 for (unsigned SJ : Group.set_bits()) { in depends() local 3639 LLVM_DEBUG(dbgs() << SJ << " "); in depends() 3640 if (Pair[SJ].Classification == Subscript::SIV) in depends() 3641 Sivs.set(SJ); in depends() 3643 Mivs.set(SJ); in depends() 3644 PairsInGroup.push_back(&Pair[SJ]); in depends() [all …]
|
/external/llvm-project/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 3638 for (unsigned SJ = SI + 1; SJ < Pairs; ++SJ) { in depends() local 3640 Intersection &= Pair[SJ].GroupLoops; in depends() 3643 Pair[SJ].GroupLoops |= Pair[SI].GroupLoops; in depends() 3645 Pair[SJ].Group |= Pair[SI].Group; in depends() 3717 for (unsigned SJ : Group.set_bits()) { in depends() local 3718 LLVM_DEBUG(dbgs() << SJ << " "); in depends() 3719 if (Pair[SJ].Classification == Subscript::SIV) in depends() 3720 Sivs.set(SJ); in depends() 3722 Mivs.set(SJ); in depends() 3723 PairsInGroup.push_back(&Pair[SJ]); in depends() [all …]
|
/external/llvm-project/llvm/examples/SpeculativeJIT/ |
D | SpeculativeJIT.cpp | 72 std::unique_ptr<SpeculativeJIT> SJ(new SpeculativeJIT( in Create() local 75 return std::move(SJ); in Create() 168 auto SJ = ExitOnErr(SpeculativeJIT::Create()); in main() local 180 ExitOnErr(SJ->addModule(ThreadSafeModule(std::move(M), std::move(Ctx)))); in main() 183 auto MainSym = ExitOnErr(SJ->lookup("main")); in main()
|
/external/icu/icu4c/source/data/region/ |
D | de_AT.txt | 6 SJ{"Svalbard und Jan Mayen"}
|
D | zh_Hant_HK.txt | 77 SJ{"斯瓦爾巴特群島及揚馬延島"}
|
D | fa_AF.txt | 82 SJ{"اسوالبارد و جان ماین"}
|
D | ks.txt | 232 SJ{"سَوالبریڑ تہٕ جان ماییڑ"}
|
D | brx.txt | 235 SJ{"स्वाल्बार्ड एवं यान मायेन"}
|
D | tt.txt | 198 SJ{"Шпицберген һәм Ян-Майен"}
|
D | pa.txt | 245 SJ{"ਸਵਾਲਬਰਡ ਅਤੇ ਜਾਨ ਮਾਯੇਨ"}
|
D | ce.txt | 243 SJ{"Шпицберген а, Ян-Майен а"}
|
D | th.txt | 245 SJ{"สฟาลบาร์และยานไมเอน"}
|
D | ru.txt | 245 SJ{"Шпицберген и Ян-Майен"}
|
D | zh.txt | 245 SJ{"斯瓦尔巴和扬马延"}
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 329 iterator SI, SJ; member in llvm::sroa::Partition 336 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition() 359 bool empty() const { return SI == SJ; } in empty() 371 iterator end() const { return SJ; } in end() 461 if (P.SI != P.SJ) { in advance() 472 P.SI = P.SJ; in advance() 499 ++P.SJ; in advance() 510 while (P.SJ != SE && P.SJ->beginOffset() < P.EndOffset) { in advance() 511 if (!P.SJ->isSplittable()) in advance() 512 P.EndOffset = std::max(P.EndOffset, P.SJ->endOffset()); in advance() [all …]
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Despeckle.miff | 15 …SJ�BH�BB�@5�A?�@H�@K�AQ�BY�Cg�Do�Ir�Ls�Ss�Uv�Yj�ne�Ľ��������������������ω��qj22.760871::3>?6HD9LG…
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 368 iterator SI, SJ; member in llvm::sroa::Partition 375 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition() 398 bool empty() const { return SI == SJ; } in empty() 410 iterator end() const { return SJ; } in end() 501 if (P.SI != P.SJ) { in advance() 512 P.SI = P.SJ; in advance() 539 ++P.SJ; in advance() 550 while (P.SJ != SE && P.SJ->beginOffset() < P.EndOffset) { in advance() 551 if (!P.SJ->isSplittable()) in advance() 552 P.EndOffset = std::max(P.EndOffset, P.SJ->endOffset()); in advance() [all …]
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 365 iterator SI, SJ; member in llvm::sroa::Partition 372 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition() 395 bool empty() const { return SI == SJ; } in empty() 407 iterator end() const { return SJ; } in end() 498 if (P.SI != P.SJ) { in advance() 509 P.SI = P.SJ; in advance() 536 ++P.SJ; in advance() 547 while (P.SJ != SE && P.SJ->beginOffset() < P.EndOffset) { in advance() 548 if (!P.SJ->isSplittable()) in advance() 549 P.EndOffset = std::max(P.EndOffset, P.SJ->endOffset()); in advance() [all …]
|
/external/walt/hardware/ |
D | WALT_bom_r07.tsv | 12 J1 1 Audio jack 3.5 mm, TRRS 4 conductors Thru-hole Audio connector, non standard CUI Inc. SJ-43514
|
D | WALT_bom_r09.tsv | 12 J1 1 Audio jack 3.5 mm, TRRS 4 conductors Thru-hole Audio connector, non standard CUI Inc. SJ-43514
|
/external/walt/hardware/kicad/walt_footprints.pretty/ |
D | SJ-43514-SMT-TR.kicad_mod | 1 (module Footprints:SJ-43514-SMT-TR (layer F.Cu) (tedit 57436713)
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | Despeckle.miff | 43 …SJ�BH�BB�@5�A?�@H�@K�AQ�BY�Cg�Do�Ir�Ls�Ss�Uv�Yj�ne�Ľ��������������������ω��qj22.760871::3>?6HD9LG…
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | other_country_data.txt | 113 SJ;Svalbard and Jan Mayen;gdp-ppp;NO;reason 114 SJ;Svalbard and Jan Mayen;literacy;NO;reason
|