Home
last modified time | relevance | path

Searched refs:MM (Results 1 – 25 of 106) sorted by relevance

12345

/freebsd-10-stable/contrib/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h34 RTDyldMemoryManager *MM; variable
/freebsd-10-stable/contrib/ntp/sntp/
Dsntp.texi61 YYYY-MM-DD HH:MM:SS.SUBSEC is the local date and time,
/freebsd-10-stable/contrib/ntp/ntpdc/
Dntpdc.texi61 YYYY-MM-DD HH:MM:SS.SUBSEC is the local date and time,
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h31 LinkingMemoryManager(MCJIT *Parent, RTDyldMemoryManager *MM) in LinkingMemoryManager() argument
32 : ParentEngine(Parent), ClientMM(MM) {} in LinkingMemoryManager()
DMCJIT.cpp56 MCJIT::MCJIT(Module *m, TargetMachine *tm, RTDyldMemoryManager *MM, in MCJIT() argument
58 : ExecutionEngine(m), TM(tm), Ctx(0), MemMgr(this, MM), Dyld(&MemMgr), in MCJIT()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DStackColoring.cpp520 for (MachineInstr::mmo_iterator MM = I->memoperands_begin(), in remapInstructions() local
521 E = I->memoperands_end(); MM != E; ++MM) { in remapInstructions()
522 MachineMemOperand *MMO = *MM; in remapInstructions()
/freebsd-10-stable/contrib/gcc/doc/
Dcppenv.texi59 the options @option{-MM} and @option{-MF}
72 @option{-M} rather than @option{-MM}. However, the dependence on the
Dcppopts.texi218 @item -MM
219 @opindex MM
226 header will appear in @option{-MM} dependency output. This is a
232 When used with @option{-M} or @option{-MM}, specifies a
/freebsd-10-stable/contrib/dtc/
DMakefile241 $(CC) $(CPPFLAGS) -MM -MG -MT "$*.o $@" $< > $@
245 $(CC) $(CPPFLAGS) -MM -MG -MT "$*.o $@" $< > $@
/freebsd-10-stable/contrib/groff/contrib/mm/examples/
DREADME2 This directory contains examples of my enhancements to MM.
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp559 MM = mm; in RuntimeDyld()
575 Dyld = new RuntimeDyldELF(MM); in loadObject()
587 Dyld = new RuntimeDyldMachO(MM); in loadObject()
/freebsd-10-stable/usr.sbin/bsdconfig/mouse/include/
Dmessages.subr59 msg_mm_series="MM Series"
60 msg_mm_series_desc="MM Series protocol (serial)"
/freebsd-10-stable/contrib/llvm/tools/lli/
Dlli.cpp509 RemoteMemoryManager *MM = static_cast<RemoteMemoryManager*>(RTDyldMM); in main() local
534 MM->setRemoteTarget(Target.get()); in main()
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp436 void LLVMDisposeMCJITMemoryManager(LLVMMCJITMemoryManagerRef MM) { in LLVMDisposeMCJITMemoryManager() argument
437 delete unwrap(MM); in LLVMDisposeMCJITMemoryManager()
/freebsd-10-stable/contrib/llvm/include/llvm-c/
DExecutionEngine.h202 void LLVMDisposeMCJITMemoryManager(LLVMMCJITMemoryManagerRef MM);
/freebsd-10-stable/contrib/less/
Dless.hlp2 SSUUMMMMAARRYY OOFF LLEESSSS CCOOMMMMAANNDDSS
96 MMIISSCCEELLLLAANNEEOOUUSS CCOOMMMMAANNDDSS
/freebsd-10-stable/contrib/libreadline/examples/rlfe/
DMakefile.in31 CPP_DEPEND=$(CC) -MM
/freebsd-10-stable/tools/kerneldoc/subsys/
Dcommon-Doxyfile123 *.MM
/freebsd-10-stable/contrib/file/magic/Magdir/
Ddatabase153 # inspect VVYYMMDD , where 1<= MM <= 12 and 1<= DD <= 31
216 # test MM <= 12
320 # inspect YYMMDD , where 1<= MM <= 12 and 1<= DD <= 31
361 # skip MM*DD*.bin by test for for reserved NULL byte
/freebsd-10-stable/share/misc/
Dcommitters-doc.dot19 # Use YYYY/MM/DD format.
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DDiagnosticDriverKinds.td109 "option '-MG' requires '-M' or '-MM'">;
/freebsd-10-stable/contrib/sendmail/contrib/
Dmmuegel197 ;# %R time as HH:MM
200 ;# %T time as HH:MM:SS
319 $locTF = '%T'; # time (as HH:MM:SS)
321 $locDTF = '%a %b %d %T %Y'; # date/time (as dow mon dd HH:MM:SS yyyy)
322 $locLDTF = '%i:%M:%S %p %A %B %E %Y'; # long date/time (as HH:MM:SS a/p day month dom yyyy)
355 X '%R', q|$rep = '%H:%M'|, # time as HH:MM
358 X '%T', q|$rep = '%H:%M:%S'|, # time as HH:MM:SS
/freebsd-10-stable/contrib/ldns/
Dacx_nlnetlabs.m4215 if test "`$CC -MM conftest.c 2>&1`" = "conftest.o: conftest.c"; then
216 DEPFLAG="-MM"
221 DEPFLAG="-MM" # dunno do something
/freebsd-10-stable/contrib/unbound/
Dacx_nlnetlabs.m4221 if test "`$CC -MM conftest.c 2>&1`" = "conftest.o: conftest.c"; then
222 DEPFLAG="-MM"
227 DEPFLAG="-MM" # dunno do something
/freebsd-10-stable/sys/dev/e1000/
DREADME230 Intel(R) 82566MM Gigabit Network Connection

12345