Searched defs:Dm (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cv/src/
H A Dcvsurf.cpp114 CvSurfHF Dx[NX], Dy[NY], Dxy[NXY], Dm; local
192 icvResizeHaarPattern( dm, &Dm, 1, SIZE0, size, mask_sum ? mask_sum->cols : sum->cols );
209 float mval = icvCalcHaarPattern( mask_ptr, &Dm, 1 );
/external/valgrind/main/cachegrind/
H A Dcg_main.c509 } Dm; member in union:__anon27991::__anon27992
528 case Ev_Dm: return ev->Ev.Dm.ea;
537 case Ev_Dm: return ev->Ev.Dm.szB;
627 VG_(printf)("Dm %p %d EA=", ev->inode, ev->Ev.Dm.szB);
628 ppIRExpr(ev->Ev.Dm.ea);
706 /* Merge an Ir with a following Dr/Dm. */
709 with a following Dr or Dm. The Ir derives from the
710 instruction's IMark and the Dr/Dm from data
713 Ev_Ir, and so these Dr/Dm mus
[all...]
/external/valgrind/main/callgrind/
H A Dmain.c262 } Dm; member in union:__anon28009::__anon28010
283 case Ev_Dm: return ev->Ev.Dm.ea;
292 case Ev_Dm: return ev->Ev.Dm.szB;
349 VG_(printf)("Dm (InstrInfo %p) at +%d %d EA=",
350 ev->inode, ev->inode->instr_offset, ev->Ev.Dm.szB);
351 ppIRExpr(ev->Ev.Dm.ea);
456 Dm events have same effect as Dw events */
478 /* Merge an Ir with a following Dw/Dm. */
729 resulting cost offset depend on events (Ir/Dr/Dw/Dm) in guest
731 queue (when Dm event
[all...]
/external/qemu/
H A Di386-dis.c360 #define Dm { OP_D, m_mode } macro
1059 { "movZ", { Rm, Dm } },
1061 { "movZ", { Dm, Rm } },

Completed in 202 milliseconds