Searched defs:DM (Results 1 - 15 of 15) sorted by relevance

/external/skia/dm/
H A DDMSrcSinkAndroid.h15 namespace DM { namespace
48 } // namespace DM
H A DDMJsonWriter.h14 namespace DM { namespace
17 * Class for collecting results from DM and writing to a json file.
57 } // namespace DM
H A DDMGpuSupport.h11 // Provides Ganesh to DM,
23 namespace DM { namespace
39 } // namespace DM
74 namespace DM {
87 } // namespace DM
H A DDMSrcSinkAndroid.cpp19 namespace DM { namespace
69 } // namespace DM
H A DDMJsonWriter.cpp19 namespace DM { namespace
127 } // namespace DM
H A DDMSrcSink.cpp39 namespace DM { namespace
377 // Print the given DM:Src to a document, breaking on 8.5x11 pages.
789 } // namespace DM
H A DDMSrcSink.h22 namespace DM { namespace
287 } // namespace DM
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DDM.java28 * This class is not public, so save a few bytes by using a short class name (DM
31 class DM implements Marshal { class in inherits:Marshal
/external/llvm/lib/IR/
H A DLegacyPassManager.cpp666 PMDataManager *DM = getAsPMDataManager(); local
667 AnalysisResolver *AR = new AnalysisResolver(*DM);
669 DM->initializeAnalysisImpl(P);
671 DM->recordAvailableAnalysis(IP);
1017 PMDataManager &DM = PRequired->getResolver()->getPMDataManager(); local
1018 RDepth = DM.getDepth();
/external/tcpdump/
H A Dtelnet.h59 #define DM 242 /* data mark--for connect. cleaning */ macro
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2750 unsigned DM[2]; local
2754 DM[i] = 0;
2756 DM[i] = 1;
2762 unsigned tmp = DM[0];
2763 DM[0] = 1 - DM[1];
2764 DM[1] = 1 - tmp;
2767 SDValue DMV = CurDAG->getTargetConstant(DM[1] | (DM[0] << 1), MVT::i32);
2769 if (Op1 == Op2 && DM[
[all...]
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp2535 bool linkDwarf(StringRef OutputFilename, const DebugMap &DM, argument
2538 return Linker.link(DM);
/external/libvncserver/common/
H A Dminilzo.c2629 #define D_INDEX1(d,p) d = DM(DMUL(0x21,DX3(p,5,5,6)) >> 5)
2752 #undef DM macro
2782 #define DM(v) DMS(v,0) macro
/external/valgrind/coregrind/m_debuginfo/
H A Dminilzo-inl.c2795 #define D_INDEX1(d,p) d = DM(DMUL(0x21,DX3(p,5,5,6)) >> 5)
2798 #define DINDEX(dv,p) DM(((DMUL(0x1824429d,dv)) >> (32-D_BITS)))
2800 #define DINDEX(dv,p) DM((dv) + ((dv) >> (32-D_BITS)))
2923 #undef DM macro
2953 #define DM(v) DMS(v,0) macro
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c408 /* Extract DM field, instr[9:8] */
15656 UChar DM = ifieldDM ( theInstr ); local
15660 if (DM & 0x2)
15665 if (DM & 0x1)
15672 DIP("xxpermdi v%d,v%d,v%d,0x%x\n", (UInt)XT, (UInt)XA, (UInt)XB, (UInt)DM);

Completed in 3964 milliseconds