Searched refs:DM (Results 1 - 25 of 56) sorted by relevance

123

/external/skqp/dm/
H A DDMFontMgr.h15 namespace DM { namespace
17 } // namespace DM
H A DDMJsonWriter.h14 namespace DM { namespace
17 * Class for collecting results from DM and writing to a json file.
58 } // namespace DM
H A DDMGpuSupport.h11 // Provides Ganesh to DM,
27 namespace DM { namespace
44 } // namespace DM
92 namespace DM {
105 } // namespace DM
H A DDMFontMgr.cpp145 namespace DM { namespace
147 } // namespace DM
H A DDMJsonWriter.cpp20 namespace DM { namespace
130 } // namespace DM
/external/syslinux/lzo/src/
H A Dlzo1x_1.c41 #define D_INDEX1(d,p) d = DM(DMUL(0x21,DX3(p,5,5,6)) >> 5)
44 #define DINDEX(dv,p) DM(((DMUL(0x1824429d,dv)) >> (32-D_BITS)))
46 #define DINDEX(dv,p) DM((dv) + ((dv) >> (32-D_BITS)))
H A Dlzo1x_1k.c41 #define D_INDEX1(d,p) d = DM(DMUL(0x21,DX2(p,3,5)) >> 5)
44 #define DINDEX(dv,p) DM(((DMUL(0x1824429d,dv)) >> (32-D_BITS)))
46 #define DINDEX(dv,p) DM((dv) + ((dv) >> (32-D_BITS)))
H A Dlzo1x_1l.c41 #define D_INDEX1(d,p) d = DM(DMUL(0x21,DX2(p,4,5)) >> 5)
44 #define DINDEX(dv,p) DM(((DMUL(0x1824429d,dv)) >> (32-D_BITS)))
46 #define DINDEX(dv,p) DM((dv) + ((dv) >> (32-D_BITS)))
H A Dlzo1x_1o.c42 #define D_INDEX1(d,p) d = DM(DMUL(0x21,DX3(p,5,5,6)) >> 5)
45 #define DINDEX(dv,p) DM(((DMUL(0x1824429d,dv)) >> (32-D_BITS)))
47 #define DINDEX(dv,p) DM((dv) + ((dv) >> (32-D_BITS)))
H A Dlzo_dict.h121 #undef DM macro
151 #define DM(v) DMS(v,0) macro
/external/skia/dm/
H A DDMJsonWriter.h14 namespace DM { namespace
17 * Class for collecting results from DM and writing to a json file.
58 } // namespace DM
H A DDMGpuSupport.h11 // Provides Ganesh to DM,
27 namespace DM { namespace
44 } // namespace DM
92 namespace DM {
105 } // namespace DM
H A DDMJsonWriter.cpp20 namespace DM { namespace
130 } // namespace DM
/external/llvm/tools/dsymutil/
H A DDebugMap.cpp183 dsymutil::DebugMap &DM) {
184 io.mapRequired("triple", DM.BinaryTriple);
185 io.mapOptional("binary-path", DM.BinaryPath);
187 reinterpret_cast<YAMLContext *>(Ctxt)->BinaryTriple = DM.BinaryTriple;
188 io.mapOptional("objects", DM.Objects);
192 IO &io, std::unique_ptr<dsymutil::DebugMap> &DM) {
193 if (!DM)
194 DM.reset(new DebugMap());
195 io.mapRequired("triple", DM->BinaryTriple);
196 io.mapOptional("binary-path", DM
182 mapping(IO &io, dsymutil::DebugMap &DM) argument
191 mapping( IO &io, std::unique_ptr<dsymutil::DebugMap> &DM) argument
[all...]
H A DMachOUtils.h32 bool generateDsymCompanion(const DebugMap &DM, MCStreamer &MS,
H A Ddsymutil.h48 /// \p DM into a DwarfFile named \p OutputFilename.
50 bool linkDwarf(StringRef OutputFilename, const DebugMap &DM,
H A DDebugMap.h48 /// DebugMap *DM = new DebugMap();
50 /// DebugMapObject &DMO = DM->addDebugMapObject(Obj.getPath());
58 /// for (const auto &DMO: DM->objects()) {
233 static void mapping(IO &io, dsymutil::DebugMap &DM);
237 static void mapping(IO &io, std::unique_ptr<dsymutil::DebugMap> &DM);
H A DMachOUtils.cpp318 // by \a DM to \a OutFile. The passed \a MS MCStreamer is setup to write to
320 bool generateDsymCompanion(const DebugMap &DM, MCStreamer &MS, argument
330 auto ErrOrObjs = InputBinaryHolder.GetObjectFiles(DM.getBinaryPath());
332 return error(Twine("opening ") + DM.getBinaryPath() + ": " +
337 InputBinaryHolder.GetAs<object::MachOObjectFile>(DM.getTriple());
339 return error(Twine("opening ") + DM.getBinaryPath() + ": " +
/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/clang/lib/Analysis/
H A DConsumed.cpp1124 for (const auto &DM : VarMap) {
1125 if (isa<ParmVarDecl>(DM.first)) {
1126 const ParmVarDecl *Param = cast<ParmVarDecl>(DM.first);
1133 if (DM.second != ExpectedState)
1136 stateToString(DM.second));
1172 for (const auto &DM : Other.VarMap) {
1173 LocalState = this->getState(DM.first);
1178 if (LocalState != DM.second)
1179 VarMap[DM.first] = CS_Unknown;
1190 for (const auto &DM
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.h20 #define RDCOST(RM, DM, R, D) (((128 + (R) * (RM)) >> 8) + (DM) * (D))
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rd.h29 #define RDCOST(RM, DM, R, D) \
30 (ROUND_POWER_OF_TWO(((int64_t)R) * (RM), VP9_PROB_COST_SHIFT) + (D << DM))
/external/tensorflow/tensorflow/core/kernels/
H A Dnn_ops_test.cc611 // DM: depth_multiplier
618 #define BM_ConvFloatDepthwiseFwd(BS, R, C, ID, DM, OD, KR, KC, STR, PAD, \
622 iters, BS, R, C, ID, DM, OD, KR, KC, DEPTHWISE_CONV_OP_FWD, 1, STR, \
624 strings::StrCat(BS, "_", R, "_", C, "_", ID, "_", DM, "_", OD, "_", \
629 iters, BS, R, C, ID, DM, OD, KR, KC, DEPTHWISE_CONV_OP_FWD, 4, STR, \
631 strings::StrCat(BS, "_", R, "_", C, "_", ID, "_", DM, "_", OD, "_", \
636 iters, BS, R, C, ID, DM, OD, KR, KC, DEPTHWISE_CONV_OP_FWD, 1, STR, \
638 strings::StrCat(BS, "_", R, "_", C, "_", ID, "_", DM, "_", OD, "_", \
659 #define BM_ConvFloatDepthwiseBk(BS, R, C, ID, DM, OD, KR, KC, STR, PAD, LABEL) \
662 iters, BS, R, C, ID, DM, O
[all...]
/external/skia/include/codec/
H A DSkCodec.h33 namespace DM { namespace
929 friend class DM::CodecSrc; // for fillIncompleteImage
/external/skqp/include/codec/
H A DSkCodec.h33 namespace DM { namespace
929 friend class DM::CodecSrc; // for fillIncompleteImage

Completed in 505 milliseconds

123