Searched refs:M3 (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/Misc/
H A Dmacro-backtrace.c6 #define M3(A, B) M2(A, B) macro
7 #define M4(A, B) M3(A, B)
28 // CHECK-LIMIT: macro-backtrace.c:6:18: note: expanded from macro 'M3'
29 // CHECK-LIMIT: #define M3(A, B) M2(A, B)
42 // CHECK-NO-CARETS-NEXT: macro-backtrace.c:6:18: note: expanded from macro 'M3'
/external/llvm/include/llvm/Support/
H A DCommandLine.h1198 const M3t &M3) : Option(Optional, NotHidden) {
1199 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1204 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1206 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1213 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1215 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1222 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1225 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1232 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1235 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, thi
1197 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) argument
1362 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) argument
1369 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4) argument
1378 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) argument
1387 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) argument
1397 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6, const M7t &M7) argument
[all...]
/external/openssl/crypto/md5/asm/
H A Dmd5-ia64.S50 // {in,out}19 Block Value 3 M3
134 #define M3 in19 define
441 // Passed the first 4 words (M0 - M3) and initial (A, B, C, D) values,
548 G(B, C, D, A, M3) \
549 LOOP(B, C, 20, M3, RotateM3, label)
558 H(B, C, D, A, M3) \
559 LOOP(B, C, 23, M3, RotateM3, label)
568 I(B, C, D, A, M3) \
569 LOOP(B, C, 21, M3, RotateM3, label)
690 mov U = M3
[all...]
/external/v8/test/mjsunit/harmony/
H A Dmodule-parsing.js69 export module M3 at "http://where"
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h938 template<typename M1, typename M2, typename M3>
940 internal::PolymorphicMatcherWithParam2<internal::AnyOfMatcher, M2, M3> >
941 anyOf(const M1 &P1, const M2 &P2, const M3 &P3) {
944 template<typename M1, typename M2, typename M3, typename M4>
948 M3, M4> > >
949 anyOf(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4) {
952 template<typename M1, typename M2, typename M3, typename M4, typename M5>
955 internal::PolymorphicMatcherWithParam2<internal::AnyOfMatcher, M3,
958 anyOf(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4, const M5 &P5) {
976 template<typename M1, typename M2, typename M3>
[all...]
/external/speex/libspeex/
H A Dmath_approx.h276 #define M3 -11943 macro
281 return MULT16_16_P15(x, ADD32(M1, MULT16_16_P15(x, ADD32(M2, MULT16_16_P15(x, ADD32(M3, MULT16_16_P15(M4, x)))))));
286 #undef M3 macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
H A DfeedPublish.emf.properties31 buildAlias=2.3.0M3
/external/skia/bench/
H A DMathBench.cpp293 static SkBenchmark* M3(void* p) { return new QMul64Bench(p); } function
307 static BenchRegistry gReg3(M3);
H A DMatrixBench.cpp352 static SkBenchmark* M3(void* p) { return new FloatDoubleConcatMatrixBench(p); } function
359 static BenchRegistry gReg3(M3);
/external/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl88 # shladd Iptr = I, KeyTable, 3 M0-M3, I0, I1 1 cyc
89 # I = (I + 1) & 0xff padd1 nextI = I, one M0-M3, I0, I1 3 cyc
94 # J = SI + J add J = J, SI M0-M3, I0, I1 1 cyc c2
100 # shladd Jptr = J, KeyTable, 3 M0-M3, I0, I1 1 cyc c4
105 # T = (SI + SJ) add T = SI, SJ M0-M3, I0, I1 1 cyc c6
108 # S[I] = SJ st8 [Iptr] = SJ M2-M3 c7
109 # S[J] = SI st8 [Jptr] = SI M2-M3
111 # shladd Tptr = T, KeyTable, 3 M0-M3, I0, I1 1 cyc c8
116 # data ^= T xor data = data, T M0-M3, I0, I1 1 cyc c10
641 setf.sig f6 = LoopCount // M2, M3
[all...]
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 217 milliseconds