Searched refs:mop (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cc153 static void PrintMop(const ReportMop *mop, bool first) { argument
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) { argument
383 (first ? (mop
[all...]
H A Dtsan_rtl_report.cc161 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
[all...]
/external/opencv/cv/src/
H A Dcvmorph.cpp812 int iterations, int mop )
904 if( mop == 0 )
1009 custom_func = mop == 0 ? icvErode_8u_C1R_p : icvDilate_8u_C1R_p;
1012 custom_func = mop == 0 ? icvErode_8u_C3R_p : icvDilate_8u_C3R_p;
1015 custom_func = mop == 0 ? icvErode_8u_C4R_p : icvDilate_8u_C4R_p;
1018 custom_func = mop == 0 ? icvErode_16u_C1R_p : icvDilate_16u_C1R_p;
1021 custom_func = mop == 0 ? icvErode_16u_C3R_p : icvDilate_16u_C3R_p;
1024 custom_func = mop == 0 ? icvErode_16u_C4R_p : icvDilate_16u_C4R_p;
1027 custom_func = mop == 0 ? icvErode_32f_C1R_p : icvDilate_32f_C1R_p;
1030 custom_func = mop
[all...]
/external/valgrind/VEX/priv/
H A Dhost_arm_isel.c2001 ARMMulOp mop = e->Iex.Binop.op == Iop_MullS32 local
2005 addInstr(env, ARMInstr_Mul(mop));

Completed in 115 milliseconds