HomeSort by relevance Sort by last modified time
    Searched refs:mop (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 153 static void PrintMop(const ReportMop *mop, bool first) {
158 MopDesc(first, mop->write, mop->atomic),
159 mop->size, (void*)mop->addr,
160 thread_name(thrbuf, mop->tid));
161 PrintMutexSet(mop->mset);
164 PrintStack(mop->stack);
380 static void PrintMop(const ReportMop *mop, bool first) {
383 (first ? (mop->write ? "Write" : "Read"
    [all...]
tsan_rtl_report.cc 161 ReportMop *mop = new(mem) ReportMop; local
162 rep_->mops.PushBack(mop);
163 mop->tid = s.tid();
164 mop->addr = addr + s.addr0();
165 mop->size = s.size();
166 mop->write = s.IsWrite();
167 mop->atomic = s.IsAtomic();
168 mop->stack = SymbolizeStack(stack);
169 if (mop->stack)
170 mop->stack->suppressable = true
    [all...]
  /external/opencv/cv/src/
cvmorph.cpp     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-s390.c 2273 unsigned short mop; local
2289 unsigned int mop; local
2330 unsigned int mop; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
sparc-opc.c     [all...]
  /external/valgrind/VEX/priv/
host_arm_isel.c 2001 ARMMulOp mop = e->Iex.Binop.op == Iop_MullS32 local
    [all...]

Completed in 705 milliseconds