HomeSort by relevance Sort by last modified time
    Searched defs:MM (Results 1 - 23 of 23) sorted by null

  /external/fec/
char.h 10 #define MM (rs->mm)
fixed.h 23 #define MM 8
int.h 10 #define MM (rs->mm)
  /external/clang/test/CodeGenCXX/
const-init.cpp 55 // CHECK-NOT: {{.*}}MM{{.*}} = {{.*}}constant
56 const MutableMember MM = { 0 };
57 return ++MM.n;
  /external/llvm/tools/lli/
lli.cpp 633 RemoteMemoryManager *MM = static_cast<RemoteMemoryManager*>(RTDyldMM);
660 MM->setRemoteTarget(Target.get());
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 433 TestReserveAllocationSpaceMemoryManager* MM = new TestReserveAllocationSpaceMemoryManager();
437 Options.MCJMM = wrap(MM);
449 EXPECT_LE(MM->UsedCodeSize, MM->ReservedCodeSize);
450 EXPECT_LE(MM->UsedDataSizeRO, MM->ReservedDataSizeRO);
451 EXPECT_LE(MM->UsedDataSizeRW, MM->ReservedDataSizeRW);
452 EXPECT_TRUE(MM->UsedCodeSize > 0);
453 EXPECT_TRUE(MM->UsedDataSizeRW > 0)
    [all...]
MCJITTestBase.h 288 , MM(new SectionMemoryManager)
321 .setMCJITMemoryManager(std::move(MM))
340 std::unique_ptr<RTDyldMemoryManager> MM;
  /external/llvm/unittests/ExecutionEngine/Orc/
ObjectTransformLayerTest.cpp 56 EXPECT_EQ(MockManager, *MemMgr) << "MM should pass through";
216 auto MM = llvm::make_unique<MockMemoryManager>(MockManager);
218 M.expectAddObjectSet(Objs1, MM.get(), SR.get());
219 auto H = T1.addObjectSet(Objs1, std::move(MM), std::move(SR));
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 84 if (auto *MM = ModuleMacros.FindNodeOrInsertPos(ID, InsertPos)) {
86 return MM;
89 auto *MM = ModuleMacro::create(*this, Mod, II, Macro, Overrides);
90 ModuleMacros.InsertNode(MM, InsertPos);
103 [](ModuleMacro *MM) {
104 return MM->NumOverriddenBy != 0;
110 LeafMacros.push_back(MM);
115 return MM;
155 auto *MM = Worklist.pop_back_val();
156 if (CurSubmoduleState->VisibleModules.isVisible(MM->getOwningModule()))
    [all...]
  /external/clang/test/SemaCXX/
attr-noreturn.cpp 88 struct MM : virtual CC {};
89 struct NN : MM {};
105 MM m;
121 const MM& mm = MM(); local
  /external/opencv/cv/src/
cvlkpyramid.cpp     [all...]
  /external/speex/libspeex/
preprocess.c 839 spx_word32_t MM;
853 MM = hypergeom_gain(theta);
855 st->gain[i] = EXTRACT16(MIN32(Q15_ONE, MULT16_32_Q15(prior_ratio, MM)));
883 spx_word32_t MM;
895 MM = hypergeom_gain(theta);
897 g = EXTRACT16(MIN32(Q15_ONE, MULT16_32_Q15(prior_ratio, MM)));
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-bfin.c 1181 bfin_gen_dsp32mac (int op1, int MM, int mmod, int w1, int P,
1189 ASSIGN (MM);
1214 bfin_gen_dsp32mult (int op1, int MM, int mmod, int w1, int P,
    [all...]
bfin-defs.h 363 int MM;
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 2337 unsigned mm = m + (int) IdxOffset; local
    [all...]
  /external/opencv3/modules/video/src/
lkpyramid.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py 649 class MM(MT):
661 a = MM("a")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descr.py 649 class MM(MT):
661 a = MM("a")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 649 class MM(MT):
661 a = MM("a")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 649 class MM(MT):
661 a = MM("a")
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
bfin-dis.c 610 decode_optmode (int mod, int MM, disassemble_info *outf)
612 if (mod == 0 && MM == 0)
617 if (MM && !mod)
623 if (MM)
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 

Completed in 1618 milliseconds