Home
last modified time | relevance | path

Searched defs:M1 (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/unittests/Support/
DMemoryTest.cpp45 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/
Dmacro-redef.c11 #define M1 0 // expected-note {{previous}} macro
12 #define M1 1 // expected-warning {{redefined}} macro
/external/llvm/unittests/ExecutionEngine/JIT/
DMultiJITTest.cpp34 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/
Dmacro_rescan.c3 #define M1(a) (a+1) macro
Dmacro_paste_simple.c9 #define M1(A) A macro
Dpp-record.c25 #define M1 c macro
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
D3d-cube.js96 function MMulti(M1, M2) { argument
123 function MAdd(M1, M2) { argument
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
D3d-cube.js96 function MMulti(M1, M2) { argument
123 function MAdd(M1, M2) { argument
/external/clang/test/Misc/
Dmacro-backtrace.c4 #define M1(A, B) ((A) < (B)) macro
Dcaret-diags-macros.c3 #define M1(x) x macro
/external/clang/test/SemaCXX/
Dswitch-implicit-fallthrough-macro.cpp35 #define M1 [[clang::fallthrough]] macro
/external/openfst/src/include/fst/
Dcompose.h225 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()
Dlookahead-filter.h132 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/
DScalarEvolutionTest.cpp65 const SCEVMulExpr *M1 = cast<SCEVMulExpr>(P1); in TEST_F() local
/external/clang/test/Sema/
Dunused-expr.c130 #define M1(a, b) (long)foo((a), (b)) macro
Dwarn-duplicate-enum.c81 M1, enumerator
/external/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp292 if (const MDNode *M1 = in getModRefInfo() local
/external/clang/test/CodeGenCXX/
Dcopy-assign-synthesis.cpp22 int M1; member
Dcopy-assign-synthesis-1.cpp27 int M1; member
/external/speex/libspeex/
Dmath_approx.h274 #define M1 32767 macro
/external/skia/bench/
DInterpBench.cpp157 static SkBenchmark* M1(void* p) { return new Fixed32D32Interp(p); } in M1() function
DMathBench.cpp377 static SkBenchmark* M1(void* p) { return new SlowISqrtMathBench(p); } in M1() function
/external/opencv/cvaux/src/
Dcvbgfg_codebook.cpp238 uchar m0, m1, m2, M0, M1, M2; in cvBGCodeBookDiff() local
/external/llvm/tools/bugpoint/
DExtractFunction.cpp228 static void SplitStaticCtorDtor(const char *GlobalName, Module *M1, Module *M2, in SplitStaticCtorDtor()
/external/openssl/crypto/md5/asm/
Dmd5-ia64.S126 #define M1 in9 macro

12