Home
last modified time | relevance | path

Searched refs:MU (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/external/pcre/dist2/src/
Dpcre2_jit_test.c120 #define MU (PCRE2_MULTILINE | PCRE2_UTF) macro
155 { MU, A, 0, 0, "AbC", "AbAbC" },
156 { MU, A, 0, 0, "ACCEPT", "AACACCACCEACCEPACCEPTACCEPTT" },
163 { MU, A, 0, 0, "[^a]", "aaa\xc3\xa1#Ab" },
165 { MU, A, 0, 0, "\\W(\\W)?\\w", "\r\n+bc" },
166 { MU, A, 0, 0, "\\W(\\W)?\\w", "\n\r+bc" },
167 { MU, A, 0, 0, "\\W(\\W)?\\w", "\r\r+bc" },
168 { MU, A, 0, 0, "\\W(\\W)?\\w", "\n\n+bc" },
169 { MU, A, 0, 0, "[axd]", "sAXd" },
172 { MU, A, 0, 0, "[a-dA-C]", "\xe6\x92\xad\xc3\xa9.B" },
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h175 void replace(std::unique_ptr<MaterializationUnit> MU);
358 std::function<void(VSO &V, std::unique_ptr<MaterializationUnit> MU)>;
449 std::unique_ptr<MaterializationUnit> MU) { in dispatchMaterialization() argument
450 DispatchMaterialization(V, std::move(MU)); in dispatchMaterialization()
459 materializeOnCurrentThread(VSO &V, std::unique_ptr<MaterializationUnit> MU) { in materializeOnCurrentThread() argument
460 MU->doMaterialize(V); in materializeOnCurrentThread()
621 define(UniquePtrToMaterializationUnit &&MU) { in define() argument
623 assert(MU && "Can't define with a null MU"); in define()
625 if (auto Err = defineImpl(*MU)) in define()
629 auto UMI = std::make_shared<UnmaterializedInfo>(std::move(MU)); in define()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DCoreAPIsTest.cpp179 auto MU = llvm::make_unique<SimpleMaterializationUnit>( in TEST_F() local
186 cantFail(V.define(std::move(MU))); in TEST_F()
436 auto MU = llvm::make_unique<SimpleMaterializationUnit>( in TEST_F() local
447 cantFail(V.define(MU)); in TEST_F()
467 auto MU = llvm::make_unique<SimpleMaterializationUnit>( in TEST_F() local
480 cantFail(V.define(MU)); in TEST_F()
514 [&](VSO &V, std::unique_ptr<MaterializationUnit> MU) { in TEST_F() argument
517 MU->doMaterialize(V); in TEST_F()
520 auto MU = llvm::make_unique<SimpleMaterializationUnit>( in TEST_F() local
529 cantFail(V.define(MU)); in TEST_F()
[all …]
/external/honggfuzz/examples/apache-httpd/corpus_http2/
Db52cb4e233e148771eeed9496b70d742.00018c54.honggfuzz.cov183MU��&g�v�.���/ة��3+�����EΖ�4�G_��Ш*HT�cSO�Q��u�^Fa�'N� ��3���K>S�{)���8k�e��a8���+i��l�…
Df371bb0a8fce4bbdd242baf110a68728.00018cd8.honggfuzz.cov320MU��&g�v�.���/ة��3+�����EΖ�4�G_��Ш*HT�cSO�Q��u�^Fa�'N� ��3���K>S�{)���8k�e��a8���+i��l�…
D84959454e6b6d2731f1f53093188a01e.0000312d.honggfuzz.cov71 …��J��t�)A=�_F��� @Χf:���Y�&�3zD��}��r"���j���q������R���%[jj7�����G_qĕMU�[w�T{��:�P���E���!…
74 ����M]i���K�T�N݅��r�1���_qĕMU�[w�T{��:�P���E���! ��"Q���E<�d�_|�^c�Ρ�Y S �'��;@�r�H���c#…
77 ����M]i���K�T�N݅��r�1���_qĕMU�[w�T{��:�P���E���! ��"Q���E<�d�_|�^c�Ρ�Y S �'��;@�r�H���c#…
80 ����M]i���K�T�N݅��r�1���_qĕMU�[w�T{��:�P���E���! ��"Q���E<�d�_|�^c�Ρ�Y S �'��;@�r�H���c#…
122 …��J��t�)A=�_F��� @Χf:���Y�&�3zD��}��r"���j���q������R���%[jj7�����G_qĕMU�[w�T{��:�P���E���!…
/external/honggfuzz/examples/apache-httpd/corpus_http1/
Db52cb4e233e148771eeed9496b70d742.00018c54.honggfuzz.cov183MU��&g�v�.���/ة��3+�����EΖ�4�G_��Ш*HT�cSO�Q��u�^Fa�'N� ��3���K>S�{)���8k�e��a8���+i��l�…
D2de02b960eac7e363b2834f43be1b763.00001220.honggfuzz.cov18 @L��o�HwH��cW۲d�A8�lcE<גX��D��<�v҄�����1\Ϲ)|��r�v~.MU
35 @L��o�HwH��cW۲d�A8�lcE<גX��D��<�v҄�����1\Ϲ)|��r�v~.MU
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp340 for (auto &MU : KV.second) in lookup() local
341 KV.first->replace(std::move(MU)); in lookup()
360 for (auto &MU : KV.second) in lookup() local
361 OutstandingMUs.push_back(std::make_pair(KV.first, std::move(MU))); in lookup()
664 std::unique_ptr<MaterializationUnit> MU) { in replace() argument
665 for (auto &KV : MU->getSymbols()) in replace()
668 V.replace(std::move(MU)); in replace()
919 void VSO::replace(std::unique_ptr<MaterializationUnit> MU) { in replace() argument
920 assert(MU != nullptr && "Can not replace with a null MaterializationUnit"); in replace()
926 for (auto &KV : MU->getSymbols()) { in replace()
[all …]
/external/perf_data_converter/src/quipper/testdata/
Dperf.data.piped.intel_pt-4.14.pr.out.pb_text5104MU\000\000\272\200\006\000\000\000\000\000\000\000\002C\200\203\330?\000\000\000\000\000\000\000\0…
6057MU\000\000\272\014\000\000\000\000\000\000\000\002C\200\203\330?\000\000\000\000\004Y\024\000\000\…
Dperf.data.intel_pt-4.14.serialized.out.pb_text1425MU\000\000\272\014\002C\2005\324?\000\000\000\000Y]\004\000\000\000\000m`\275\010m\263\177\000\000…
Dperf.data.intel_pt-4.14.pr.out.pb_text2761MU\000\000\272\014\002C\2005\324?\000\000\000\000Y]\004\000\000\000\000m`\275\010m\263\177\000\000…
Dperf.data.intel_pt-4.14.ser.comm.out.pb_text2761MU\000\000\272\014\002C\2005\324?\000\000\000\000Y]\004\000\000\000\000m`\275\010m\263\177\000\000…
Dperf.data.intel_pt-4.14.io.out.pb_text2761MU\000\000\272\014\002C\2005\324?\000\000\000\000Y]\004\000\000\000\000m`\275\010m\263\177\000\000…
Dperf.data.intel_pt-4.14.parse.out.pb_text2761MU\000\000\272\014\002C\2005\324?\000\000\000\000Y]\004\000\000\000\000m`\275\010m\263\177\000\000…
Dperf.data.intel_pt-4.14.parse.remap.out.pb_text2761MU\000\000\272\014\002C\2005\324?\000\000\000\000Y]\004\000\000\000\000m`\275\010m\263\177\000\000…
Dperf.data.intel_pt-4.14.pb_text2761MU\000\000\272\014\002C\2005\324?\000\000\000\000Y]\004\000\000\000\000m`\275\010m\263\177\000\000…
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSA.cpp298 const MemoryUseOrDef *MU, in instructionClobbersQuery() argument
304 return instructionClobbersQuery(MD, MemoryLocation(), MU->getMemoryInst(), in instructionClobbersQuery()
306 return instructionClobbersQuery(MD, UseMLOC.getLoc(), MU->getMemoryInst(), in instructionClobbersQuery()
311 bool MemorySSAUtil::defClobbersUseOrDef(MemoryDef *MD, const MemoryUseOrDef *MU, in defClobbersUseOrDef() argument
313 return instructionClobbersQuery(MD, MU, MemoryLocOrCall(MU), AA).IsClobber; in defClobbersUseOrDef()
862 if (auto *MU = dyn_cast<MemoryUse>(Start)) in findClobber() local
863 Current = MU->getDefiningAccess(); in findClobber()
1184 auto *MU = dyn_cast<MemoryUse>(&MA); in optimizeUsesInBlock() local
1185 if (!MU) { in optimizeUsesInBlock()
1191 if (isUseTriviallyOptimizableToLiveOnEntry(*AA, MU->getMemoryInst())) { in optimizeUsesInBlock()
[all …]
DMemorySSAUpdater.cpp215 void MemorySSAUpdater::insertUse(MemoryUse *MU) { in insertUse() argument
217 MU->setDefiningAccess(getPreviousDef(MU)); in insertUse()
/external/icu/icu4c/source/data/translit/
Del_el_Latn_BGN.txt361 $wordBoundary{ΜΠ → B ; # GREEK CAPITAL LETTER MU + CAPITAL PI
362 $wordBoundary{Μπ → B ; # GREEK CAPITAL LETTER MU + SMALL PI
363 $wordBoundary{μπ → b ; # GREEK SMALL LETTER MU + SMALL PI
364 ΜΠ → MB ; # GREEK CAPITAL LETTER MU + CAPITAL PI
365 Μπ → Mb ; # GREEK CAPITAL LETTER MU + SMALL PI
366 μπ → mb ; # GREEK SMALL LETTER MU + SMALL PI
367 Μ → M ; # GREEK CAPITAL LETTER MU
368 μ → m ; # GREEK SMALL LETTER MU
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_pool_test1.proto88 MU = 12; enumerator
90 optional NestedEnum nested_enum = 1 [default = MU];
/external/icu/icu4c/source/data/locales/
Drn.txt65 "Z.MU.",
69 "Z.MU.",
/external/icu/icu4c/source/data/region/
Dzh_Hant_HK.txt58 MU{"毛里裘斯"}
Dyi.txt150 MU{"מאריציוס"}
/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp433 if (auto *MU = dyn_cast<MemoryUse>(&MA)) { in buildMemorySSA() local
434 Instruction *Inst = MU->getMemoryInst(); in buildMemorySSA()
435 MU->setDefiningAccess(Walker->getClobberingMemoryAccess(Inst)); in buildMemorySSA()
1028 if (MemoryUse *MU = dyn_cast<MemoryUse>(MA)) { in invalidateInfo() local
1030 Instruction *I = MU->getMemoryInst(); in invalidateInfo()

12345678910>>...22