Home
last modified time | relevance | path

Searched refs:_cc (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/main/coregrind/m_demangle/
Dvg_libciface.h52 #define memset(_ss,_cc,_sz) VG_(memset)((_ss),(_cc),(_sz)) argument
53 #define realloc(_cc,_pt,_sz) VG_(arena_realloc)(VG_AR_DEMANGLE,(_cc),(_pt),(_sz)) argument
56 #define strchr(_ss,_cc) VG_(strchr)((_ss),(_cc)) argument
/external/valgrind/main/include/
Dpub_tool_redir.h199 #define VG_CONCAT4(_aa,_bb,_cc,_dd) _aa##_bb##_cc##_dd argument
201 #define VG_CONCAT6(_aa,_bb,_cc,_dd,_ee,_ff) _aa##_bb##_cc##_dd##_ee##_ff argument
Dvalgrind.h704 #define VG_CONCAT4(_aa,_bb,_cc,_dd) _aa##_bb##_cc##_dd argument
/external/valgrind/main/coregrind/
Dm_oset.c286 OSetAlloc_t _alloc, HChar* _cc, in VG_()
299 t = _alloc(_cc, sizeof(AvlTree)); in VG_()
303 t->cc = _cc; in VG_()
312 AvlTree* VG_(OSetWord_Create)(OSetAlloc_t _alloc, HChar* _cc, in VG_()
315 return VG_(OSetGen_Create)(/*keyOff*/0, /*cmp*/NULL, _alloc, _cc, _free); in VG_()
/external/valgrind/main/callgrind/
Dglobal.h884 #define CLG_MALLOC(_cc,x) CLG_(malloc)((_cc),x,__FUNCTION__)
887 #define CLG_MALLOC(_cc,x) VG_(malloc)((_cc),x) argument
/external/v8/src/third_party/valgrind/
Dvalgrind.h687 #define VG_CONCAT4(_aa,_bb,_cc,_dd) _aa##_bb##_cc##_dd argument
/external/valgrind/dynamic_annotations/third_party/valgrind/
Dvalgrind.h664 #define VG_CONCAT4(_aa,_bb,_cc,_dd) _aa##_bb##_cc##_dd argument
/external/regex-re2/util/
Dvalgrind.h653 #define VG_CONCAT4(_aa,_bb,_cc,_dd) _aa##_bb##_cc##_dd argument
/external/valgrind/main/VEX/priv/
Dguest_ppc_toIR.c1824 # define XOR3(_cc,_dd,_ee) \ in set_XER_OV_32() argument
1825 binop(Iop_Xor32,binop(Iop_Xor32,(_cc),(_dd)),(_ee)) in set_XER_OV_32()
1957 # define XOR3(_cc,_dd,_ee) \ in set_XER_OV_64() argument
1958 binop(Iop_Xor64,binop(Iop_Xor64,(_cc),(_dd)),(_ee)) in set_XER_OV_64()