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

  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 40 RTDyldMemoryManager *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 661 RemoteMemoryManager *MM = static_cast<RemoteMemoryManager*>(RTDyldMM);
688 MM->setRemoteTarget(Target.get());
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 410 TestReserveAllocationSpaceMemoryManager* MM = new TestReserveAllocationSpaceMemoryManager();
414 Options.MCJMM = wrap(MM);
432 EXPECT_LE(MM->UsedCodeSize, MM->ReservedCodeSize);
433 EXPECT_LE(MM->UsedDataSizeRO, MM->ReservedDataSizeRO);
434 EXPECT_LE(MM->UsedDataSizeRW, MM->ReservedDataSizeRW);
435 EXPECT_TRUE(MM->UsedCodeSize > 0);
436 EXPECT_TRUE(MM->UsedDataSizeRW > 0)
    [all...]
MCJITTestBase.h 283 , MM(new SectionMemoryManager)
321 .setMCJITMemoryManager(MM)
341 RTDyldMemoryManager *MM;
  /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...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 2327 unsigned mm = m + (int) IdxOffset; local
    [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...]

Completed in 272 milliseconds