/external/clang/test/Preprocessor/ |
pp-record.c | 32 #define M3 int x2 34 M3;
|
/external/llvm/unittests/Support/ |
MemoryTest.cpp | 76 MemoryBlock M3 = Memory::allocateMappedMemory(32, 0, Flags, EC); 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); 134 EXPECT_FALSE(doesOverlap(M2, M3)); 135 EXPECT_FALSE(doesOverlap(M1, M3)); 141 EXPECT_NE((void*)0, M3.base()) [all...] |
/external/clang/test/Misc/ |
macro-backtrace.c | 6 #define M3(A, B) M2(A, B) 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/clang/test/Sema/ |
unused-expr.c | 132 #define M3(a) (t3(a), fn2()) 142 M3(i); // no warning 154 #undef M3
|
/external/llvm/include/llvm/Support/ |
CommandLine.h | [all...] |
/external/valgrind/main/none/tests/s390x/ |
cu24.c | 8 #ifndef M3 9 #define M3 0 67 CU24(M3,2,4)
|
cu24_1.c | 8 #ifndef M3 9 #define M3 0 67 CU24(M3,2,4)
|
cu21.c | 8 #ifndef M3 9 #define M3 0 80 CU21(M3,2,4)
|
cu21_1.c | 8 #ifndef M3 9 #define M3 0 80 CU21(M3,2,4)
|
cu12.c | 8 #ifndef M3 9 #define M3 0 89 CU12(M3,2,4) 181 // In case of m3 == 0 we get cc=0 indicating exhaustion of source 182 printf("\n----- Invalid characters if m3 == 1 -----\n"); 218 printf("\n----- Valid characters if m3 == 0 -----\n"); 235 printf("\n----- Invalid characters if m3 == 1 -----\n"); 421 printf("\n----- Valid characters if m3 == 0 -----\n");
|
cu12_1.c | 8 #ifndef M3 9 #define M3 0 89 CU12(M3,2,4) 181 // In case of m3 == 0 we get cc=0 indicating exhaustion of source 182 printf("\n----- Invalid characters if m3 == 1 -----\n"); 218 printf("\n----- Valid characters if m3 == 0 -----\n"); 235 printf("\n----- Invalid characters if m3 == 1 -----\n"); 421 printf("\n----- Valid characters if m3 == 0 -----\n");
|
cu14.c | 8 #ifndef M3 9 #define M3 0 89 CU14(M3,2,4) 181 // In case of m3 == 0 we get cc=0 indicating exhaustion of source 182 printf("\n----- Invalid characters if m3 == 1 -----\n"); 218 printf("\n----- Valid characters if m3 == 0 -----\n"); 235 printf("\n----- Invalid characters if m3 == 1 -----\n"); 421 printf("\n----- Valid characters if m3 == 0 -----\n");
|
cu14_1.c | 8 #ifndef M3 9 #define M3 0 89 CU14(M3,2,4) 181 // In case of m3 == 0 we get cc=0 indicating exhaustion of source 182 printf("\n----- Invalid characters if m3 == 1 -----\n"); 218 printf("\n----- Valid characters if m3 == 0 -----\n"); 235 printf("\n----- Invalid characters if m3 == 1 -----\n"); 421 printf("\n----- Valid characters if m3 == 0 -----\n");
|
/external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/ |
md5-ia64.S | 50 // {in,out}19 Block Value 3 M3 134 #define M3 in19 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/ |
md5-ia64.S | 50 // {in,out}19 Block Value 3 M3 134 #define M3 in19 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/chromium_org/third_party/opus/src/celt/ |
mathops.h | 223 #define M3 -11943 230 return MULT16_16_P15(x, ADD32(M1, MULT16_16_P15(x, ADD32(M2, MULT16_16_P15(x, ADD32(M3, MULT16_16_P15(M4, x))))))); 235 #undef M3
|
/external/speex/libspeex/ |
math_approx.h | 276 #define M3 -11943 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
|
/external/clang/include/clang/ASTMatchers/ |
ASTMatchers.h | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
feedPublish.emf.properties | 31 buildAlias=2.3.0M3
|
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/ |
poly1305_vec.c | 333 xmmi M0,M1,M2,M3,M4; 371 M3 = _mm_and_si128(MMASK, _mm_srli_epi64(T5, 26)); 378 T5 = _mm_mul_epu32(M3, p->S22.v); T6 = _mm_mul_epu32(M3, p->S23.v); T0 = _mm_add_epi64(T0, T5); T1 = _mm_add_epi64(T1, T6); 383 T5 = _mm_mul_epu32(M3, p->S24.v); T6 = _mm_mul_epu32(M3, p->R20.v); T2 = _mm_add_epi64(T2, T5); T3 = _mm_add_epi64(T3, T6); 388 T5 = _mm_mul_epu32(M3, p->R21.v); T4 = _mm_add_epi64(T4, T5); 398 M3 = _mm_and_si128(MMASK, _mm_srli_epi64(T5, 26)); 404 T3 = _mm_add_epi64(T3, M3); 441 xmmi M0,M1,M2,M3,M4 [all...] |
/external/v8/test/mjsunit/harmony/ |
module-parsing.js | 69 export module M3 at "http://where"
|
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/ |
sparc_matrix.h | 38 #define M3 %f19
|
xform.S | 85 fmuls %f0, M3, %f4 ! FGM Group 95 fmuls %f8, M3, %f12 ! FGM Group f4 available 118 fmuls %f0, M3, %f4 ! FGM Group 463 fmuls %f0, M3, %f5 ! FGM Group 849 fmuls %f0, M3, %f6 ! FGM Group f4 available 1122 fmuls %f0, M3, %f7 ! FGM Group f5 available [all...] |
/external/mesa3d/src/mesa/sparc/ |
sparc_matrix.h | 38 #define M3 %f19
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
module-parsing.js | 69 export module M3 at "http://where"
|