/external/llvm/unittests/Support/ |
D | MemoryTest.cpp | 45 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { in doesOverlap() 61 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), 0, Flags, EC); in TEST_P() local 72 MemoryBlock M1 = Memory::allocateMappedMemory(16, 0, Flags, EC); in TEST_P() local 107 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), 0, Flags, EC); in TEST_P() local 126 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), 0, Flags, EC); in TEST_P() local 180 MemoryBlock M1 = Memory::allocateMappedMemory(2 * sizeof(int), 0, Flags, EC); in TEST_P() local 233 MemoryBlock M1 = Memory::allocateMappedMemory(16, 0, Flags, EC); in TEST_P() local 259 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); in TEST_P() local 281 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); in TEST_P() local 307 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); in TEST_P() local [all …]
|
/external/clang/test/PCH/ |
D | macro-redef.c | 11 #define M1 0 // expected-note {{previous}} macro 12 #define M1 1 // expected-warning {{redefined}} macro
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
D | MultiJITTest.cpp | 34 void createModule1(LLVMContext &Context1, Module *&M1, Function *&FooF1) { in createModule1() 73 Module *M1 = 0; in TEST() local 103 Module *M1 = 0; in TEST() local 137 Module *M1 = 0; in TEST() local
|
/external/clang/test/Preprocessor/ |
D | macro_rescan.c | 3 #define M1(a) (a+1) macro
|
D | macro_paste_simple.c | 9 #define M1(A) A macro
|
D | pp-record.c | 25 #define M1 c macro
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | 3d-cube.js | 96 function MMulti(M1, M2) { argument 123 function MAdd(M1, M2) { argument
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | 3d-cube.js | 96 function MMulti(M1, M2) { argument 123 function MAdd(M1, M2) { argument
|
/external/clang/test/Misc/ |
D | macro-backtrace.c | 4 #define M1(A, B) ((A) < (B)) macro
|
D | caret-diags-macros.c | 3 #define M1(x) x macro
|
/external/clang/test/SemaCXX/ |
D | switch-implicit-fallthrough-macro.cpp | 35 #define M1 [[clang::fallthrough]] macro
|
/external/openfst/src/include/fst/ |
D | compose.h | 225 ComposeFstImpl(const ComposeFstImpl<M1, M2, F, T> &impl) in ComposeFstImpl() 389 const ComposeFstImplOptions<M1, M2, F, T> &opts) in ComposeFstImpl() 535 const ComposeFstImplOptions<M1, M2, F, T> &opts) in ComposeFst() 564 const ComposeFstImplOptions<M1, M2, F, T> &opts) { in CreateBase2()
|
D | lookahead-filter.h | 132 LookAheadSelector(const LookAheadSelector<M1, M2, MATCH_INPUT> &selector) in LookAheadSelector() 164 LookAheadSelector(const LookAheadSelector<M1, M2, MATCH_OUTPUT> &selector) in LookAheadSelector()
|
/external/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 65 const SCEVMulExpr *M1 = cast<SCEVMulExpr>(P1); in TEST_F() local
|
/external/clang/test/Sema/ |
D | unused-expr.c | 130 #define M1(a, b) (long)foo((a), (b)) macro
|
D | warn-duplicate-enum.c | 81 M1, enumerator
|
/external/llvm/lib/Analysis/ |
D | TypeBasedAliasAnalysis.cpp | 292 if (const MDNode *M1 = in getModRefInfo() local
|
/external/clang/test/CodeGenCXX/ |
D | copy-assign-synthesis.cpp | 22 int M1; member
|
D | copy-assign-synthesis-1.cpp | 27 int M1; member
|
/external/speex/libspeex/ |
D | math_approx.h | 274 #define M1 32767 macro
|
/external/skia/bench/ |
D | InterpBench.cpp | 157 static SkBenchmark* M1(void* p) { return new Fixed32D32Interp(p); } in M1() function
|
D | MathBench.cpp | 377 static SkBenchmark* M1(void* p) { return new SlowISqrtMathBench(p); } in M1() function
|
/external/opencv/cvaux/src/ |
D | cvbgfg_codebook.cpp | 238 uchar m0, m1, m2, M0, M1, M2; in cvBGCodeBookDiff() local
|
/external/llvm/tools/bugpoint/ |
D | ExtractFunction.cpp | 228 static void SplitStaticCtorDtor(const char *GlobalName, Module *M1, Module *M2, in SplitStaticCtorDtor()
|
/external/openssl/crypto/md5/asm/ |
D | md5-ia64.S | 126 #define M1 in9 macro
|