/external/llvm/unittests/Support/ |
D | MemoryTest.cpp | 76 MemoryBlock M3 = Memory::allocateMappedMemory(32, nullptr, Flags, EC); in TEST_P() local 132 MemoryBlock M3 = Memory::allocateMappedMemory(4 * sizeof(int), nullptr, Flags, in TEST_P() local 190 MemoryBlock M3 = Memory::allocateMappedMemory(4 * sizeof(int), nullptr, Flags, in TEST_P() local 245 MemoryBlock M3 = Memory::allocateMappedMemory(32, &M2, Flags, EC); in TEST_P() local 271 MemoryBlock M3 = Memory::allocateMappedMemory(32, &Near, Flags, EC); in TEST_P() local 293 MemoryBlock M3 = Memory::allocateMappedMemory(32, &Near, Flags, EC); in TEST_P() local 319 MemoryBlock M3 = Memory::allocateMappedMemory(32, &Near, Flags, EC); in TEST_P() local
|
/external/clang/test/Driver/Inputs/ |
D | gen-response.c | 4 #define M3 M2 M2 M2 M2 M2 M2 M2 M2 M2 M2 macro
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p15-star-this-capture.cpp | 15 const auto &M3 = [*this] () mutable -> auto&& { //expected-error{{call to deleted}} in foo() local
|
/external/clang/test/Preprocessor/ |
D | pp-record.c | 32 #define M3 int x2 macro
|
/external/clang/test/CoverageMapping/ |
D | macro-expansion.c | 25 #define M3(x) do { M2(x); } while (0) macro
|
/external/clang/lib/Driver/ |
D | Multilib.cpp | 158 const Multilib &M3) { in Either() 163 const Multilib &M3, const Multilib &M4) { in Either() 168 const Multilib &M3, const Multilib &M4, in Either()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
D | Well512a.java | 50 private static final int M3 = 5; field in Well512a
|
D | Well1024a.java | 50 private static final int M3 = 10; field in Well1024a
|
D | Well19937c.java | 50 private static final int M3 = 449; field in Well19937c
|
D | Well19937a.java | 50 private static final int M3 = 449; field in Well19937a
|
D | Well44497a.java | 50 private static final int M3 = 229; field in Well44497a
|
D | Well44497b.java | 50 private static final int M3 = 229; field in Well44497b
|
/external/valgrind/none/tests/s390x/ |
D | cu24.c | 9 #define M3 0 macro
|
D | cu24_1.c | 9 #define M3 0 macro
|
D | cu21_1.c | 9 #define M3 0 macro
|
D | cu21.c | 9 #define M3 0 macro
|
D | cu14_1.c | 9 #define M3 0 macro
|
D | cu12.c | 9 #define M3 0 macro
|
D | cu12_1.c | 9 #define M3 0 macro
|
D | cu14.c | 9 #define M3 0 macro
|
/external/clang/test/Misc/ |
D | macro-backtrace.c | 6 #define M3(A, B) M2(A, B) macro
|
/external/clang/test/Sema/ |
D | unused-expr.c | 132 #define M3(a) (t3(a), fn2()) macro
|
/external/mesa3d/src/mesa/sparc/ |
D | sparc_matrix.h | 38 #define M3 %f19 macro
|
/external/speex/libspeex/ |
D | math_approx.h | 276 #define M3 -11943 macro
|
/external/llvm/unittests/IR/ |
D | VerifierTest.cpp | 69 Module M3("M3", C); in TEST() local
|