Searched refs:_cc (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/coregrind/m_demangle/
H A Dvg_libciface.h52 #define memset(_ss,_cc,_sz) VG_(memset)((_ss),(_cc),(_sz))
53 #define realloc(_cc,_pt,_sz) VG_(arena_realloc)(VG_AR_DEMANGLE,(_cc),(_pt),(_sz))
56 #define strchr(_ss,_cc) VG_(strchr)((_ss),(_cc))
/external/valgrind/include/
H A Dpub_tool_redir.h202 #define VG_CONCAT4(_aa,_bb,_cc,_dd) _aa##_bb##_cc##_dd
204 #define VG_CONCAT6(_aa,_bb,_cc,_dd,_ee,_ff) _aa##_bb##_cc##_dd##_ee##_ff
H A Dvalgrind.h1084 #define VG_CONCAT4(_aa,_bb,_cc,_dd) _aa##_bb##_cc##_dd
/external/valgrind/callgrind/
H A Dglobal.h851 #define CLG_MALLOC(_cc,x) CLG_(malloc)((_cc),x,__FUNCTION__)
854 #define CLG_MALLOC(_cc,x) VG_(malloc)((_cc),x)
/external/strace/m4/
H A Dmpers.m487 pushdef([st_cv_cc], [st_cv_$1_cc])
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py2603 def _cc(self, args): function
2835 screen._drawpoly(item, poly, fill=self._cc(fc),
2836 outline=self._cc(oc), width=w, top=True)
2906 screen._drawpoly(item, poly, fill=self._cc(fc),
2907 outline=self._cc(oc), width=w, top=True)
/external/python/cpython3/Lib/
H A Dturtle.py2698 def _cc(self, args): member in class:RawTurtle
3017 screen._drawpoly(item, poly, fill=self._cc(fc),
3018 outline=self._cc(oc), width=self._outlinewidth, top=True)
3073 screen._drawpoly(item, poly, fill=self._cc(fc),
3074 outline=self._cc(oc), width=self._outlinewidth, top=True)
/external/libchrome/base/third_party/valgrind/
H A Dvalgrind.h734 #define VG_CONCAT4(_aa,_bb,_cc,_dd) _aa##_bb##_cc##_dd
/external/v8/src/third_party/valgrind/
H A Dvalgrind.h687 #define VG_CONCAT4(_aa,_bb,_cc,_dd) _aa##_bb##_cc##_dd
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c2331 # define XOR3(_cc,_dd,_ee) \
2332 binop(Iop_Xor32,binop(Iop_Xor32,(_cc),(_dd)),(_ee))
2473 # define XOR3(_cc,_dd,_ee) \
2474 binop(Iop_Xor64,binop(Iop_Xor64,(_cc),(_dd)),(_ee))
[all...]

Completed in 2024 milliseconds