HomeSort by relevance Sort by last modified time
    Searched defs:Dm (Results 1 - 5 of 5) sorted by null

  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfTransitionDictionary_autogen.cpp 47 SkString SkPdfTransitionDictionary::Dm(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("Dm", "");
56 return get("Dm", "") != NULL;
  /art/disassembler/
disassembler_arm.cc     [all...]
  /external/opencv/cv/src/
cvsurf.cpp 113 int dm[1][5] = { {0, 0, 9, 9, 1} }; local
114 CvSurfHF Dx[NX], Dy[NY], Dxy[NXY], Dm;
192 icvResizeHaarPattern( dm, &Dm, 1, SIZE0, size, mask_sum ? mask_sum->cols : sum->cols );
209 float mval = icvCalcHaarPattern( mask_ptr, &Dm, 1 );
  /external/valgrind/cachegrind/
cg_main.c 533 } Dm;
552 case Ev_Dm: return ev->Ev.Dm.ea;
561 case Ev_Dm: return ev->Ev.Dm.szB;
653 VG_(printf)("Dm %p %d EA=", ev->inode, ev->Ev.Dm.szB);
654 ppIRExpr(ev->Ev.Dm.ea);
732 /* Merge an IrNoX with a following Dr/Dm. */
735 with a following Dr or Dm. The Ir derives from the
736 instruction's IMark and the Dr/Dm from data
739 Ev_Ir, and so these Dr/Dm must pertain to th
    [all...]
  /external/valgrind/callgrind/
main.c 263 } Dm;
284 case Ev_Dm: return ev->Ev.Dm.ea;
293 case Ev_Dm: return ev->Ev.Dm.szB;
350 VG_(printf)("Dm (InstrInfo %p) at +%d %d EA=",
351 ev->inode, ev->inode->instr_offset, ev->Ev.Dm.szB);
352 ppIRExpr(ev->Ev.Dm.ea);
457 Dm events have same effect as Dw events */
479 /* Merge an Ir with a following Dw/Dm. */
774 resulting cost offset depend on events (Ir/Dr/Dw/Dm) in guest
776 queue (when Dm events were determined), cost offsets are determined a
    [all...]

Completed in 537 milliseconds