HomeSort by: relevance | last modified time | path
    Searched refs:MM (Results 1 - 25 of 92) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc/dist/libgcc/config/avr/
lib2funcs.c 180 #define COUNTLS1(MM) \
181 COUNTLS2 (MM)
183 #define COUNTLS2(MM) \
184 extern int __countls## MM ##2 (int_## MM ##_t); \
185 extern int __clrsb## MM ##2 (int_## MM ##_t); \
188 __countls## MM ##2 (int_## MM ##_t x) \
193 return __clrsb## MM ##2 (x);
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/
lib2funcs.c 180 #define COUNTLS1(MM) \
181 COUNTLS2 (MM)
183 #define COUNTLS2(MM) \
184 extern int __countls## MM ##2 (int_## MM ##_t); \
185 extern int __clrsb## MM ##2 (int_## MM ##_t); \
188 __countls## MM ##2 (int_## MM ##_t x) \
193 return __clrsb## MM ##2 (x);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldELFMips.h 24 RuntimeDyldELFMips(RuntimeDyld::MemoryManager &MM,
26 : RuntimeDyldELF(MM, Resolver) {}
RuntimeDyldCOFFI386.h 26 RuntimeDyldCOFFI386(RuntimeDyld::MemoryManager &MM,
28 : RuntimeDyldCOFF(MM, Resolver, 4, COFF::IMAGE_REL_I386_DIR32) {}
RuntimeDyldCOFFX86_64.h 57 RuntimeDyldCOFFX86_64(RuntimeDyld::MemoryManager &MM,
59 : RuntimeDyldCOFF(MM, Resolver, 8, COFF::IMAGE_REL_AMD64_ADDR64),
RuntimeDyldMachOX86_64.h 25 RuntimeDyldMachOX86_64(RuntimeDyld::MemoryManager &MM,
27 : RuntimeDyldMachOCRTPBase(MM, Resolver) {}
  /src/external/gpl3/binutils/dist/
mkdep 72 gcc -MM $* |
  /src/external/gpl3/binutils.old/dist/
mkdep 72 gcc -MM $* |
  /src/external/gpl3/gcc/dist/
mkdep 72 gcc -MM $* |
  /src/external/gpl3/gcc.old/dist/
mkdep 72 gcc -MM $* |
  /src/external/gpl3/gdb/dist/
mkdep 72 gcc -MM $* |
  /src/external/gpl3/gdb.old/dist/
mkdep 72 gcc -MM $* |
  /src/external/bsd/openldap/dist/tests/scripts/
test016-subref 65 $LDAPRSEARCH -S "" -MM -b "$REFDN" -H $URI1 \
75 $LDAPRSEARCH -S "" -MM -b "o=abc,$REFDN" -H $URI1 \
85 $LDAPRSEARCH -S "" -MM -b "uid=xxx,o=abc,$REFDN" -H $URI1 \
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPMacroExpansion.cpp 140 if (auto *MM = ModuleMacros.FindNodeOrInsertPos(ID, InsertPos)) {
142 return MM;
145 auto *MM = ModuleMacro::create(*this, Mod, II, Macro, Overrides);
146 ModuleMacros.InsertNode(MM, InsertPos);
159 [](ModuleMacro *MM) {
160 return MM->NumOverriddenBy != 0;
166 LeafMacros.push_back(MM);
171 return MM;
212 auto *MM = Worklist.pop_back_val();
213 if (CurSubmoduleState->VisibleModules.isVisible(MM->getOwningModule()))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 104 /// Creates a SectionMemoryManager instance with \p MM as the associated
105 /// memory mapper. If \p MM is nullptr then a default memory mapper is used
107 SectionMemoryManager(MemoryMapper *MM = nullptr);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 270 SectionMemoryManager::SectionMemoryManager(MemoryMapper *MM)
271 : MMapper(MM ? *MM : DefaultMMapperInstance) {}
  /src/usr.bin/deroff/
deroff.c 82 * -mm (or -ms) causes the corresponding macro's to be interpreted
112 #define MM 1 /* -mm */
117 static char *mactab[] = { "-ms", "-mm", "-me", "-ma" };
296 mac = MM;
829 * Put out a macro line, using ms and mm conventions.
876 * put out words (for the -w option) with ms and mm conventions
1007 * put out words (for the -w option) with ms and mm conventions
1026 * for ms and mm only:
1029 * NE undocumented match to NS (for mm?
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
xray-account.cpp 121 template <class T, class U> void setMinMax(std::pair<T, T> &MM, U &&V) {
122 if (MM.first == 0 || MM.second == 0)
123 MM = std::make_pair(std::forward<U>(V), std::forward<U>(V));
125 MM = std::make_pair(std::min(MM.first, V), std::max(MM.second, V));
  /src/external/bsd/nvi/dist/dist/ExtUtils/
Embed.pm 153 my $MM = bless {} => 'MY';
181 $root = $MM->catdir(@ns);
185 next unless -e ($archive = $MM->catdir($_,"auto",$root,"$sub$lib_ext"));
187 if(-e ($extra = $MM->catdir($_,"auto",$root,"extralibs.ld"))) {
203 $MM->ext(join ' ',
204 $MM->catdir("-L$Config{archlib}", "CORE"), " -lperl",
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexingAction.cpp 228 for (auto *MM : PP.getLeafModuleMacros(M.first)) {
229 auto *OwningMod = MM->getOwningModule();
231 if (auto *MI = MM->getMacroInfo()) {
  /src/external/gpl2/mkhybrid/dist/libhfs_iso/
Makefile 48 $(CC) -MM $(CFLAGS) *.c; \
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 508 static bool processMinMaxIntrinsic(MinMaxIntrinsic *MM, LazyValueInfo *LVI) {
509 CmpInst::Predicate Pred = CmpInst::getNonStrictPredicate(MM->getPredicate());
511 Pred, MM->getLHS(), MM->getRHS(), MM, /*UseBlockValue=*/true);
516 MM->replaceAllUsesWith(MM->getOperand(!Result));
517 MM->eraseFromParent();
575 if (auto *MM = dyn_cast<MinMaxIntrinsic>(&CB)) {
576 return processMinMaxIntrinsic(MM, LVI)
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
bfin-parse.y 35 #define DSP32MAC(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \
36 bfin_gen_dsp32mac (op1, MM, mmod, w1, P, h01, h11, h00, h10, op0, \
39 #define DSP32MULT(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \
40 bfin_gen_dsp32mult (op1, MM, mmod, w1, P, h01, h11, h00, h10, op0, \
307 if (opa->MM != 0)
317 if (opb->MM != 0)
749 if ($2.MM)
769 $$ = DSP32MAC (op1, $2.MM, $2.mod, w1, $1.P, h01, h11, h00, h10,
789 $$ = DSP32MAC ($1.op, $2.MM, $5.mod, $1.w, $1.P,
1819 if (!IS_H ($1) && $4.MM)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.y 35 #define DSP32MAC(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \
36 bfin_gen_dsp32mac (op1, MM, mmod, w1, P, h01, h11, h00, h10, op0, \
39 #define DSP32MULT(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \
40 bfin_gen_dsp32mult (op1, MM, mmod, w1, P, h01, h11, h00, h10, op0, \
307 if (opa->MM != 0)
317 if (opb->MM != 0)
749 if ($2.MM)
769 $$ = DSP32MAC (op1, $2.MM, $2.mod, w1, $1.P, h01, h11, h00, h10,
789 $$ = DSP32MAC ($1.op, $2.MM, $5.mod, $1.w, $1.P,
1819 if (!IS_H ($1) && $4.MM)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
ExecutionEngine.h 187 void LLVMDisposeMCJITMemoryManager(LLVMMCJITMemoryManagerRef MM);

Completed in 39 milliseconds

1 2 3 4