Searched defs:M3 (Results 1 - 19 of 19) sorted by relevance

/external/clang/test/Preprocessor/
H A Dpp-record.c32 #define M3 int x2 macro
34 M3;
/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/unittests/Support/
H A DMemoryTest.cpp76 MemoryBlock M3 = Memory::allocateMappedMemory(32, 0, Flags, EC); local
83 EXPECT_NE((void*)0, M3.base());
84 EXPECT_LE(32U, M3.size());
87 EXPECT_FALSE(doesOverlap(M2, M3));
88 EXPECT_FALSE(doesOverlap(M1, M3));
91 EXPECT_FALSE(Memory::releaseMappedMemory(M3));
130 MemoryBlock M3 = Memory::allocateMappedMemory(4 * sizeof(int), 0, Flags, EC); local
134 EXPECT_FALSE(doesOverlap(M2, M3));
135 EXPECT_FALSE(doesOverlap(M1, M3));
141 EXPECT_NE((void*)0, M3
184 MemoryBlock M3 = Memory::allocateMappedMemory(4 * sizeof(int), 0, Flags, EC); local
237 MemoryBlock M3 = Memory::allocateMappedMemory(32, &M2, Flags, EC); local
263 MemoryBlock M3 = Memory::allocateMappedMemory(32, &Near, Flags, EC); local
285 MemoryBlock M3 = Memory::allocateMappedMemory(32, &Near, Flags, EC); local
311 MemoryBlock M3 = Memory::allocateMappedMemory(32, &Near, Flags, EC); local
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dcu24.c8 #ifndef M3
9 #define M3 0 macro
67 CU24(M3,2,4)
H A Dcu24_1.c8 #ifndef M3
9 #define M3 0 macro
67 CU24(M3,2,4)
H A Dcu21.c8 #ifndef M3
9 #define M3 0 macro
80 CU21(M3,2,4)
H A Dcu21_1.c8 #ifndef M3
9 #define M3 0 macro
80 CU21(M3,2,4)
H A Dcu12.c8 #ifndef M3
9 #define M3 0 macro
89 CU12(M3,2,4)
H A Dcu12_1.c8 #ifndef M3
9 #define M3 0 macro
89 CU12(M3,2,4)
H A Dcu14.c8 #ifndef M3
9 #define M3 0 macro
89 CU14(M3,2,4)
H A Dcu14_1.c8 #ifndef M3
9 #define M3 0 macro
89 CU14(M3,2,4)
/external/chromium_org/third_party/opus/src/celt/
H A Dmathops.h202 #define M3 -11943 macro
209 return MULT16_16_P15(x, ADD32(M1, MULT16_16_P15(x, ADD32(M2, MULT16_16_P15(x, ADD32(M3, MULT16_16_P15(M4, x)))))));
214 #undef M3 macro
/external/skia/bench/
H A DInterpBench.cpp159 static SkBenchmark* M3(void* p) { return new FloatInterp(p); } function
165 static BenchRegistry gReg3(M3);
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/
H A Dsparc_matrix.h38 #define M3 %f19 macro
/external/mesa3d/src/mesa/sparc/
H A Dsparc_matrix.h38 #define M3 %f19 macro
/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/chromium_org/third_party/openssl/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/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/llvm/include/llvm/Support/
H A DCommandLine.h1222 const M3t &M3) : Option(Optional, NotHidden) {
1223 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1228 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1230 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1237 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1239 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1246 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1249 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1256 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1259 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, thi
1221 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) argument
1386 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) argument
1393 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4) argument
1402 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) argument
1411 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) argument
1421 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...]

Completed in 525 milliseconds