Home
last modified time | relevance | path

Searched refs:MA (Results 1 – 25 of 935) sorted by relevance

12345678910>>...38

/external/icu/icu4c/source/data/unidata/
Dconfusables.txt12 05AD ; 0596 ; MA # ( ֭ → ֖ ) HEBREW ACCENT DEHI → HEBREW ACCENT TIPEHA #
14 05AE ; 0598 ; MA # ( ֮ → ֘ ) HEBREW ACCENT ZINOR → HEBREW ACCENT ZARQA #
16 05A8 ; 0599 ; MA # ( ֨ → ֙ ) HEBREW ACCENT QADMA → HEBREW ACCENT PASHTA #
18 05A4 ; 059A ; MA # ( ֤ → ֚ ) HEBREW ACCENT MAHAPAKH → HEBREW ACCENT YETIV #
20 1AB4 ; 06DB ; MA # ( ᪴ → ۛ ) COMBINING TRIPLE DOT → ARABIC SMALL HIGH THREE DOTS #
21 20DB ; 06DB ; MA # ( ⃛ → ۛ ) COMBINING THREE DOTS ABOVE → ARABIC SMALL HIGH THREE DOTS # →᪴→
23 0619 ; 0313 ; MA # ( ؙ → ̓ ) ARABIC SMALL DAMMA → COMBINING COMMA ABOVE # →ُ→
24 08F3 ; 0313 ; MA # ( ࣳ → ̓ ) ARABIC SMALL HIGH WAW → COMBINING COMMA ABOVE # →ُ→
25 0343 ; 0313 ; MA # ( ̓ → ̓ ) COMBINING GREEK KORONIS → COMBINING COMMA ABOVE #
26 0315 ; 0313 ; MA # ( ̕ → ̓ ) COMBINING COMMA ABOVE RIGHT → COMBINING COMMA ABOVE #
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
Dconfusables.txt12 05AD ; 0596 ; MA # ( ֭ → ֖ ) HEBREW ACCENT DEHI → HEBREW ACCENT TIPEHA #
14 05AE ; 0598 ; MA # ( ֮ → ֘ ) HEBREW ACCENT ZINOR → HEBREW ACCENT ZARQA #
16 05A8 ; 0599 ; MA # ( ֨ → ֙ ) HEBREW ACCENT QADMA → HEBREW ACCENT PASHTA #
18 05A4 ; 059A ; MA # ( ֤ → ֚ ) HEBREW ACCENT MAHAPAKH → HEBREW ACCENT YETIV #
20 1AB4 ; 06DB ; MA # ( ᪴ → ۛ ) COMBINING TRIPLE DOT → ARABIC SMALL HIGH THREE DOTS #
21 20DB ; 06DB ; MA # ( ⃛ → ۛ ) COMBINING THREE DOTS ABOVE → ARABIC SMALL HIGH THREE DOTS # →᪴→
23 0619 ; 0313 ; MA # ( ؙ → ̓ ) ARABIC SMALL DAMMA → COMBINING COMMA ABOVE # →ُ→
24 08F3 ; 0313 ; MA # ( ࣳ → ̓ ) ARABIC SMALL HIGH WAW → COMBINING COMMA ABOVE # →ُ→
25 0343 ; 0313 ; MA # ( ̓ → ̓ ) COMBINING GREEK KORONIS → COMBINING COMMA ABOVE #
26 0315 ; 0313 ; MA # ( ̕ → ̓ ) COMBINING COMMA ABOVE RIGHT → COMBINING COMMA ABOVE #
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
Dconfusables.txt12 05AD ; 0596 ; MA # ( ֭ → ֖ ) HEBREW ACCENT DEHI → HEBREW ACCENT TIPEHA #
14 05AE ; 0598 ; MA # ( ֮ → ֘ ) HEBREW ACCENT ZINOR → HEBREW ACCENT ZARQA #
16 05A8 ; 0599 ; MA # ( ֨ → ֙ ) HEBREW ACCENT QADMA → HEBREW ACCENT PASHTA #
18 05A4 ; 059A ; MA # ( ֤ → ֚ ) HEBREW ACCENT MAHAPAKH → HEBREW ACCENT YETIV #
20 1AB4 ; 06DB ; MA # ( ᪴ → ۛ ) COMBINING TRIPLE DOT → ARABIC SMALL HIGH THREE DOTS #
21 20DB ; 06DB ; MA # ( ⃛ → ۛ ) COMBINING THREE DOTS ABOVE → ARABIC SMALL HIGH THREE DOTS # →᪴→
23 0619 ; 0313 ; MA # ( ؙ → ̓ ) ARABIC SMALL DAMMA → COMBINING COMMA ABOVE # →ُ→
24 08F3 ; 0313 ; MA # ( ࣳ → ̓ ) ARABIC SMALL HIGH WAW → COMBINING COMMA ABOVE # →ُ→
25 0343 ; 0313 ; MA # ( ̓ → ̓ ) COMBINING GREEK KORONIS → COMBINING COMMA ABOVE #
26 0315 ; 0313 ; MA # ( ̕ → ̓ ) COMBINING COMMA ABOVE RIGHT → COMBINING COMMA ABOVE #
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp118 MemoryAccess *MemorySSAUpdater::getPreviousDef(MemoryAccess *MA) { in getPreviousDef() argument
119 if (auto *LocalResult = getPreviousDefInBlock(MA)) in getPreviousDef()
122 return getPreviousDefRecursive(MA->getBlock(), CachedPreviousDef); in getPreviousDef()
128 MemoryAccess *MemorySSAUpdater::getPreviousDefInBlock(MemoryAccess *MA) { in getPreviousDefInBlock() argument
129 auto *Defs = MSSA->getWritableBlockDefs(MA->getBlock()); in getPreviousDefInBlock()
134 if (!isa<MemoryUse>(MA)) { in getPreviousDefInBlock()
135 auto Iter = MA->getReverseDefsIterator(); in getPreviousDefInBlock()
141 auto End = MSSA->getWritableBlockAccesses(MA->getBlock())->rend(); in getPreviousDefInBlock()
142 for (auto &U : make_range(++MA->getReverseIterator(), End)) in getPreviousDefInBlock()
489 MemoryAccess *MA = nullptr; in onlySingleValue() local
[all …]
DMemorySSA.cpp98 if (MemoryAccess *MA = MSSA->getMemoryAccess(BB)) in emitBasicBlockStartAnnot() local
99 OS << "; " << *MA << "\n"; in emitBasicBlockStartAnnot()
104 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) in emitInstructionAnnot() local
105 OS << "; " << *MA << "\n"; in emitInstructionAnnot()
401 for (MemoryAccess *MA : def_chain(MAP.first)) { in checkClobberSanity()
402 if (MA == ClobberAt) { in checkClobberSanity()
403 if (auto *MD = dyn_cast<MemoryDef>(MA)) { in checkClobberSanity()
423 assert(!MSSA.isLiveOnEntryDef(MA) && "Hit liveOnEntry before clobber?"); in checkClobberSanity()
425 if (auto *MD = dyn_cast<MemoryDef>(MA)) { in checkClobberSanity()
433 assert(isa<MemoryPhi>(MA)); in checkClobberSanity()
[all …]
/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp79 if (MemoryAccess *MA = MSSA->getMemoryAccess(BB)) in emitBasicBlockStartAnnot() local
80 OS << "; " << *MA << "\n"; in emitBasicBlockStartAnnot()
85 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) in emitInstructionAnnot() local
86 OS << "; " << *MA << "\n"; in emitInstructionAnnot()
316 for (MemoryAccess &MA : *Pair.second) in ~MemorySSA()
317 MA.dropAllReferences(); in ~MemorySSA()
432 for (auto &MA : *Accesses) { in buildMemorySSA()
433 if (auto *MU = dyn_cast<MemoryUse>(&MA)) { in buildMemorySSA()
486 [](const MemoryAccess &MA) { return !isa<MemoryPhi>(MA); }); in createMemoryAccessInBB() argument
596 MemoryAccess *MA = nullptr; in onlySingleValue() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemorySSA.h230 static void deleteNode(MemoryAccess *MA) { MA->deleteValue(); }
233 inline raw_ostream &operator<<(raw_ostream &OS, const MemoryAccess &MA) {
234 MA.print(OS);
257 static bool classof(const Value *MA) {
258 return MA->getValueID() == MemoryUseVal || MA->getValueID() == MemoryDefVal;
331 static bool classof(const Value *MA) {
332 return MA->getValueID() == MemoryUseVal;
389 static bool classof(const Value *MA) {
390 return MA->getValueID() == MemoryDefVal;
393 void setOptimized(MemoryAccess *MA) {
[all …]
DMemorySSAUpdater.h188 if (MemoryAccess *MA = MSSA->getMemoryAccess(I)) in removeMemoryAccess() local
189 removeMemoryAccess(MA); in removeMemoryAccess()
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Ddeallocate.pass.cpp53 constexpr std::size_t MA = alignof(std::max_align_t); in main() local
56 testForSizeAndAlign<1, MA>(); in main()
59 testForSizeAndAlign<73, MA>(); in main()
60 testForSizeAndAlign<13, MA>(); in main()
Dallocate.pass.cpp92 constexpr std::size_t MA = alignof(std::max_align_t); in main() local
95 testForSizeAndAlign<1, MA>(); in main()
98 testForSizeAndAlign<73, MA>(); in main()
99 testForSizeAndAlign<13, MA>(); in main()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeSchedule5.td14 [IF,ID,EX,MA,WB], [], [
25 , InstrStage<1,[MA]> // one cycle in memory access stage
40 , InstrStage<1,[MA]> // one cycle in memory access stage
55 , InstrStage<31,[MA]> // 31 cycles in memory access stage
70 , InstrStage<1,[MA]> // one cycle in memory access stage
83 , InstrStage<1,[MA]> // one cycle in memory access stage
94 , InstrStage<1,[MA]> // one cycle in memory access stage
107 , InstrStage<1,[MA]> // one cycle in memory access stage
120 , InstrStage<2,[MA]> // two cycles in memory access stage
134 , InstrStage<2,[MA]> // two cycles in memory access stage
[all …]
/external/llvm/include/llvm/Transforms/Utils/
DMemorySSA.h192 inline raw_ostream &operator<<(raw_ostream &OS, const MemoryAccess &MA) {
193 MA.print(OS);
218 static inline bool classof(const Value *MA) {
219 return MA->getValueID() == MemoryUseVal || MA->getValueID() == MemoryDefVal;
260 static inline bool classof(const Value *MA) {
261 return MA->getValueID() == MemoryUseVal;
301 static inline bool classof(const Value *MA) {
302 return MA->getValueID() == MemoryDefVal;
519 inline bool isLiveOnEntryDef(const MemoryAccess *MA) const {
520 return MA == LiveOnEntryDef.get();
/external/libcxx/test/std/utilities/utility/utility.swap/
Dswap_array.pass.cpp89 using MA = NoexceptMoveOnly[42]; in main() typedef
92 static_assert(can_swap<MA&>(), ""); in main()
96 MA ma; in main()
/external/icu/icu4c/source/test/intltest/
Ditspoof.cpp146 const uint32_t MA = USPOOF_ANY_CASE; in testSkeleton() local
153 CHECK_SKELETON(MA, "nochange", "nochange"); in testSkeleton()
154 CHECK_SKELETON(MA, "love", "love"); in testSkeleton()
155 CHECK_SKELETON(MA, "1ove", "love"); // Digit 1 to letter l in testSkeleton()
158 CHECK_SKELETON(MA, "OOPS", "OOPS"); in testSkeleton()
159 CHECK_SKELETON(MA, "00PS", "OOPS"); // Digit 0 to letter O in any case mode only in testSkeleton()
173 CHECK_SKELETON(MA, "\\u0C83", "\\u0983"); in testSkeleton()
176 CHECK_SKELETON(MA, "\\u0391", "A"); in testSkeleton()
183 CHECK_SKELETON(MA, "\\u13CF", "b"); in testSkeleton()
192 CHECK_SKELETON(MA, "\\u0022", "\\u0027\\u0027"); in testSkeleton()
[all …]
/external/strace/
Dsysent_shorthand_defs.h19 # define MA 0 macro
43 # define MA MAX_ARGS macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp700 CongruenceClass *createMemoryClass(MemoryAccess *MA) { in createMemoryClass() argument
702 CC->setMemoryLeader(MA); in createMemoryClass()
706 CongruenceClass *ensureLeaderOfMemoryClass(MemoryAccess *MA) { in ensureLeaderOfMemoryClass() argument
707 auto *CC = getMemoryClass(MA); in ensureLeaderOfMemoryClass()
708 if (CC->getMemoryLeader() != MA) in ensureLeaderOfMemoryClass()
709 CC = createMemoryClass(MA); in ensureLeaderOfMemoryClass()
770 CongruenceClass *getMemoryClass(const MemoryAccess *MA) const;
842 unsigned InstrToDFSNum(const MemoryAccess *MA) const { in InstrToDFSNum()
843 return MemoryToDFSNum(MA); in InstrToDFSNum()
851 unsigned MemoryToDFSNum(const Value *MA) const { in MemoryToDFSNum()
[all …]
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D70c6ac144a624deb63bc98e1453985c3.0000446f.honggfuzz.cov19 g��L���)2?_������z�b��R����|��P���㊮9��K#<�41K�����-MA����5�)��Fh0:D�T���p����S�Es?���LJ�…
26 g��L���)2?_������z�b��R����|��P���㊮9��K#<�41K�����-MA����5�)��Fh0:D�T���p����S�Es?���LJ�…
33 g��L���)2?_������z�b��R����|��P���㊮9��K#<�41K�����-MA����5�)��Fh0:D�T���p����S�Es?���LJ�…
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D70c6ac144a624deb63bc98e1453985c3.0000446f.honggfuzz.cov19 g��L���)2?_������z�b��R����|��P���㊮9��K#<�41K�����-MA����5�)��Fh0:D�T���p����S�Es?���LJ�…
26 g��L���)2?_������z�b��R����|��P���㊮9��K#<�41K�����-MA����5�)��Fh0:D�T���p����S�Es?���LJ�…
33 g��L���)2?_������z�b��R����|��P���㊮9��K#<�41K�����-MA����5�)��Fh0:D�T���p����S�Es?���LJ�…
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
DSpoofCheckerTest.java397 int MA = SpoofChecker.ANY_CASE; in checkSkeleton() local
400 checkSkeleton(sc, MA, "\\u02b9identifier'", "'identifier'", testName); in checkSkeleton()
405 checkSkeleton(sc, MA, "nochange", "nochange", testName); in checkSkeleton()
406 checkSkeleton(sc, MA, "love", "love", testName); in checkSkeleton()
407 checkSkeleton(sc, MA, "1ove", "love", testName); // Digit 1 to letter l in checkSkeleton()
410 checkSkeleton(sc, MA, "OOPS", "OOPS", testName); in checkSkeleton()
411 checkSkeleton(sc, MA, "00PS", "OOPS", testName); // Digit 0 to letter O in checkSkeleton()
423 checkSkeleton(sc, MA, "\\u0C83", "\\u0983", testName); in checkSkeleton()
427 checkSkeleton(sc, MA, "\\u0391", "A", testName); in checkSkeleton()
435 checkSkeleton(sc, MA, "\\u13CF", "b", testName); in checkSkeleton()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java394 int MA = SpoofChecker.ANY_CASE; in checkSkeleton() local
397 checkSkeleton(sc, MA, "\\u02b9identifier'", "'identifier'", testName); in checkSkeleton()
402 checkSkeleton(sc, MA, "nochange", "nochange", testName); in checkSkeleton()
403 checkSkeleton(sc, MA, "love", "love", testName); in checkSkeleton()
404 checkSkeleton(sc, MA, "1ove", "love", testName); // Digit 1 to letter l in checkSkeleton()
407 checkSkeleton(sc, MA, "OOPS", "OOPS", testName); in checkSkeleton()
408 checkSkeleton(sc, MA, "00PS", "OOPS", testName); // Digit 0 to letter O in checkSkeleton()
420 checkSkeleton(sc, MA, "\\u0C83", "\\u0983", testName); in checkSkeleton()
424 checkSkeleton(sc, MA, "\\u0391", "A", testName); in checkSkeleton()
432 checkSkeleton(sc, MA, "\\u13CF", "b", testName); in checkSkeleton()
[all …]
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/
DlocaleMatcherTest.txt300MA, ar-MR, ar-OM, ar-PS, ar-QA, ar-SA, ar-SD, ar-SO, ar-SS, ar-SY, ar-TD, ar-TN, ar-YE, as, as-IN,…
338 # we favor es-419 over others in cluster. Clusters: es- {ES, MA, EA} {419, AR, MX}
340 und, es, es-MA, es-MX, es-419 ; es-AR ; es-419
341 und, es-MA, es, es-419, es-MX ; es-AR ; es-419
342 und, es, es-MA, es-MX, es-419 ; es-EA ; es
343 und, es-MA, es, es-419, es-MX ; es-EA ; es
347 und, es, es-MA, es-MX ; es-AR ; es-MX
348 und, es-MA, es, es-MX ; es-AR ; es-MX
349 und, es-MA, es-MX, es-419 ; es-EA ; es-MA
350 und, es-MA, es-419, es-MX ; es-EA ; es-MA
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/data/
DlocaleMatcherTest.txt304MA, ar-MR, ar-OM, ar-PS, ar-QA, ar-SA, ar-SD, ar-SO, ar-SS, ar-SY, ar-TD, ar-TN, ar-YE, as, as-IN,…
342 # we favor es-419 over others in cluster. Clusters: es- {ES, MA, EA} {419, AR, MX}
344 und, es, es-MA, es-MX, es-419 ; es-AR ; es-419
345 und, es-MA, es, es-419, es-MX ; es-AR ; es-419
346 und, es, es-MA, es-MX, es-419 ; es-EA ; es
347 und, es-MA, es, es-419, es-MX ; es-EA ; es
351 und, es, es-MA, es-MX ; es-AR ; es-MX
352 und, es-MA, es, es-MX ; es-AR ; es-MX
353 und, es-MA, es-MX, es-419 ; es-EA ; es-MA
354 und, es-MA, es-419, es-MX ; es-EA ; es-MA
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/data/
DlocaleMatcherTest.txt304MA, ar-MR, ar-OM, ar-PS, ar-QA, ar-SA, ar-SD, ar-SO, ar-SS, ar-SY, ar-TD, ar-TN, ar-YE, as, as-IN,…
342 # we favor es-419 over others in cluster. Clusters: es- {ES, MA, EA} {419, AR, MX}
344 und, es, es-MA, es-MX, es-419 ; es-AR ; es-419
345 und, es-MA, es, es-419, es-MX ; es-AR ; es-419
346 und, es, es-MA, es-MX, es-419 ; es-EA ; es
347 und, es-MA, es, es-419, es-MX ; es-EA ; es
351 und, es, es-MA, es-MX ; es-AR ; es-MX
352 und, es-MA, es, es-MX ; es-AR ; es-MX
353 und, es-MA, es-MX, es-419 ; es-EA ; es-MA
354 und, es-MA, es-419, es-MX ; es-EA ; es-MA
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
DsubdivisionData.txt491 BI-MA Makamba
532 BR-MA Maranhao
613 BY-MA Mahilëuskaja voblasc'
643 CD-MA Maniema
730 CL-MA Magallanes
845 CV-MA Maio
1160 region ER-MA* Al Awsaţ ar
1161 region ER-MA* Ma’ĭkel ti For Tigrinya BGN/PCGN 2007
1209 ES-MA Málaga
1850 GY-MA Mahaica-Berbice
[all …]
/external/cblas/testing/
Dc_sblat3.f450 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS local
500 MA = K
503 MA = M
507 LDA = MA
517 CALL SMAKE( 'GE', ' ', ' ', MA, NA, A, NMAX, AA, LDA,
1446 $ LAA, LCC, LDA, LDAS, LDC, LDCS, LJ, MA, N, NA, local
1494 MA = K
1497 MA = N
1501 LDA = MA
1511 CALL SMAKE( 'GE', ' ', ' ', MA, NA, A, NMAX, AA, LDA,
[all …]

12345678910>>...38