Home
last modified time | relevance | path

Searched refs:p0_type (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/gen/
H A D_pthread_stubs.c168 #define STUB_FUNC1(name, idx, ret, p0_type) \ argument
169 static ret FUNC_EXP(name)(p0_type) __used; \
170 static ret FUNC_INT(name)(p0_type) __used; \
173 typedef ret (*FUNC_TYPE(name))(p0_type); \
174 static ret FUNC_EXP(name)(p0_type p0) \
180 static ret FUNC_INT(name)(p0_type p0) \
187 #define STUB_FUNC2(name, idx, ret, p0_type, p1_type) \ argument
188 static ret FUNC_EXP(name)(p0_type, p1_type) __used; \
189 static ret FUNC_INT(name)(p0_type, p1_type) __used; \
192 typedef ret (*FUNC_TYPE(name))(p0_type, p1_type); \
[all …]
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_etmv4_stack_elem.h79 …TrcStackElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, const…
97 inline TrcStackElem::TrcStackElem(p0_elem_t p0_type, const bool isP0, ocsd_etmv4_i_pkt_type root_pk… in TrcStackElem() argument
100 m_P0_type(p0_type), in TrcStackElem()
296 …TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, …
309 inline TrcStackElemParam::TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_et… in TrcStackElemParam() argument
310 TrcStackElem(p0_type, isP0, root_pkt,root_index) in TrcStackElemParam()
391 …TrcStackElemParam *createParamElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pk…
392 …TrcStackElem *createParamElemNoParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_…
/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_etmv4_stack_elem.cpp39 TrcStackElem *EtmV4P0Stack::createParamElemNoParam(const p0_elem_t p0_type, const bool isP0, const … in createParamElemNoParam() argument
41 TrcStackElem *pElem = new (std::nothrow) TrcStackElem(p0_type, isP0, root_pkt, root_index); in createParamElemNoParam()
52 TrcStackElemParam *EtmV4P0Stack::createParamElem(const p0_elem_t p0_type, const bool isP0, const oc… in createParamElem() argument
54 …TrcStackElemParam *pElem = new (std::nothrow) TrcStackElemParam(p0_type, isP0, root_pkt, root_inde… in createParamElem()