Searched refs:p0_type (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/lib/libc/gen/ |
| H A D | _pthread_stubs.c | 165 #define STUB_FUNC1(name, idx, ret, p0_type) \ argument 166 static ret FUNC_EXP(name)(p0_type) __used; \ 167 static ret FUNC_INT(name)(p0_type) __used; \ 170 typedef ret (*FUNC_TYPE(name))(p0_type); \ 171 static ret FUNC_EXP(name)(p0_type p0) \ 177 static ret FUNC_INT(name)(p0_type p0) \ 185 static ret FUNC_EXP(name)(p0_type, p1_type) __used; \ 186 static ret FUNC_INT(name)(p0_type, p1_type) __used; \ 189 typedef ret (*FUNC_TYPE(name))(p0_type, p1_type); \ 190 static ret FUNC_EXP(name)(p0_type p0, p1_type p1) \ [all …]
|
| /freebsd-14.2/contrib/opencsd/decoder/include/opencsd/etmv4/ |
| H A D | trc_etmv4_stack_elem.h | 79 …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-14.2/contrib/opencsd/decoder/source/etmv4/ |
| H A D | trc_etmv4_stack_elem.cpp | 39 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()
|