HomeSort by relevance Sort by last modified time
    Searched refs:MM (Results 1 - 25 of 237) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/test/CodeGenCXX/
2009-08-11-VectorRetTy.cpp 6 template <class MM>
const-init.cpp 62 // CHECK-NOT: {{.*}}MM{{.*}} = {{.*}}constant
63 const MutableMember MM = { 0 };
64 return ++MM.n;
  /external/llvm/test/MC/Mips/
expr1.s 4 # RUN: FileCheck %s --check-prefix=MM-32R2-EL
26 # MM-32R2-EL: .text
27 # MM-32R2-EL: .globl foo
28 # MM-32R2-EL: foo:
29 # MM-32R2-EL: lw $4, %lo(foo)($4) # encoding: [0x84'A',0xfc'A',0x00,0x00]
30 # MM-32R2-EL: # fixup A - offset: 0, value: %lo(foo), kind: fixup_MICROMIPS_LO16
31 # MM-32R2-EL: lw $4, 56($4) # encoding: [0x84,0xfc,0x38,0x00]
32 # MM-32R2-EL: lw $4, %lo(8+foo)($4) # encoding: [0x84'A',0xfc'A',0x00,0x00]
33 # MM-32R2-EL: # fixup A - offset: 0, value: %lo(8+foo), kind: fixup_MICROMIPS_LO16
34 # MM-32R2-EL: lw $4, %lo(8+foo)($4) # encoding: [0x84'A',0xfc'A',0x00,0x00
    [all...]
elf_eflags_micromips.s 3 # RUN: -check-prefix=NO-MM %s
9 # NO-MM: Flags [ (0x50001004)
  /external/ltp/testcases/realtime/stress/pi-tests/
lookup_pi_state.c 42 pthread_mutex_t MM;
83 pthread_mutex_lock(&MM); // make sure the master thread is waiting
85 pthread_mutex_unlock(&MM);
89 // should be MS or MM
112 pthread_mutex_lock(&MM);
119 pthread_cond_wait(&CM, &MM);
146 pthread_cond_timedwait(&CM, &MM, &ts_abs_timeout);
148 pthread_mutex_unlock(&MM);
155 * docs say MM, but that doesn't make sense..
176 init_pi_mutex(&MM);
    [all...]
  /external/libavc/common/arm/
ih264_arm_memory_barrier.s 47 @* DD MM YYYY Author(s) Changes
64 @* DD MM YYYY Author(s) Changes
  /external/fec/
char.h 10 #define MM (rs->mm)
fixed.h 23 #define MM 8
int.h 10 #define MM (rs->mm)
  /external/icu/icu4c/source/config/
mh-bsd-gcc 9 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
10 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
mh-haiku 10 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
11 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
mh-qnx 16 GEN_DEPS.c= $(CC) -E -Wp,-MM $(DEFS) $(CPPFLAGS)
17 GEN_DEPS.cc= $(CXX) -E -Wp,-MM $(DEFS) $(CPPFLAGS)
mh-alpha-linux-gcc 9 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
10 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
mh-beos 11 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
12 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
mh-hpux-gcc 9 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
10 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
mh-linux 9 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
10 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS) $(CXXFLAGS)
mh-linux-va 9 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
10 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
mh-solaris-gcc 14 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) $(CFLAGS)
15 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS) $(CXXFLAGS)
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
RuntimeDyld.h 56 RTDyldMemoryManager *MM;
  /system/chre/build/
tools_config.mk 36 DEP_CFLAGS = -MM -MG -MP -MF $$(basename $$@).d
  /toolchain/binutils/binutils-2.27/
mkdep 72 gcc -MM $* |
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 397 GeneratedCode(BaseMemoryManager *MM) {
398 TheMM = MM;
428 ShaderMemoryManager(BaseMemoryManager* MM) {
429 TheMM = MM;
430 code = new GeneratedCode(MM);
686 ShaderMemoryManager *MM = NULL;
689 MM = new ShaderMemoryManager(JMM);
690 *OutCode = MM->getGeneratedCode();
693 builder.setMCJITMemoryManager(std::unique_ptr<RTDyldMemoryManager>(MM));
694 MM = NULL; // ownership taken by std::unique_pt
742 BaseMemoryManager *mm; local
    [all...]
lp_bld_misc.h 62 LLVMMCJITMemoryManagerRef MM,
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 56 RuntimeDyld::RuntimeDyld(RTDyldMemoryManager *mm) {
58 MM = mm;
68 Dyld = new RuntimeDyldMachO(MM);
  /prebuilts/go/darwin-x86/test/fixedbugs/bug392.dir/
pkg2.go 20 t.MM()

Completed in 452 milliseconds

1 2 3 4 5 6 7 8 910