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

/freebsd-12-stable/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_etmv4_stack_elem.cpp39 TrcStackElemParam *EtmV4P0Stack::createParamElemNoParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t root_index) argument
43 return createParamElem(p0_type, isP0, root_pkt, root_index, params);
46 TrcStackElemParam *EtmV4P0Stack::createParamElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t root_index, const std::vector<uint32_t> &params) argument
48 TrcStackElemParam *pElem = new (std::nothrow) TrcStackElemParam(p0_type, isP0, root_pkt, root_index);
/freebsd-12-stable/lib/libc/gen/
H A D_pthread_stubs.c166 #define STUB_FUNC1(name, idx, ret, p0_type) \
167 static ret FUNC_EXP(name)(p0_type) __used; \
168 static ret FUNC_INT(name)(p0_type) __used; \
171 typedef ret (*FUNC_TYPE(name))(p0_type); \
172 static ret FUNC_EXP(name)(p0_type p0) \
178 static ret FUNC_INT(name)(p0_type p0) \
185 #define STUB_FUNC2(name, idx, ret, p0_type, p1_type) \
186 static ret FUNC_EXP(name)(p0_type, p1_type) __used; \
187 static ret FUNC_INT(name)(p0_type, p1_type) __used; \
190 typedef ret (*FUNC_TYPE(name))(p0_type, p1_typ
[all...]
/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_etmv4_stack_elem.h69 TrcStackElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t root_index);
87 inline TrcStackElem::TrcStackElem(p0_elem_t p0_type, const bool isP0, ocsd_etmv4_i_pkt_type root_pkt, ocsd_trc_index_t root_index) : argument
90 m_P0_type(p0_type),
225 TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t root_index);
238 inline TrcStackElemParam::TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t root_index) : argument
239 TrcStackElem(p0_type, isP0, root_pkt,root_index)
262 TrcStackElemParam *createParamElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t root_index, const std::vector<uint32_t> &params);
263 TrcStackElemParam *createParamElemNoParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t root_index);

Completed in 70 milliseconds