HomeSort by relevance Sort by last modified time
    Searched refs:M3 (Results 1 - 20 of 20) sorted by null

  /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/clang/include/clang/ASTMatchers/
ASTMatchers.h 1209 template<typename M1, typename M2, typename M3>
1211 internal::PolymorphicMatcherWithParam2<internal::AnyOfMatcher, M2, M3> >
1212 anyOf(const M1 &P1, const M2 &P2, const M3 &P3)
    [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/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/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/skia/bench/
InterpBench.cpp 159 static SkBenchmark* M3(void* p) { return new FloatInterp(p); }
165 static BenchRegistry gReg3(M3);
MathBench.cpp 379 static SkBenchmark* M3(void* p) { return new QMul64Bench(p); }
396 static BenchRegistry gReg3(M3);
  /external/v8/test/mjsunit/harmony/
module-parsing.js 69 export module M3 at "http://where"

Completed in 340 milliseconds