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

  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
PcRtc.h 106 UINT8 Dm : 1; // 0 - BCD Format 1 - Binary Format
  /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 +%u %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...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-dis.c 278 #define Dm { OP_D, m_mode }
    [all...]

Completed in 490 milliseconds