Searched defs:p0_type (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | _pthread_stubs.c | 168 #define STUB_FUNC1(name, idx, ret, p0_type) \ argument 187 #define STUB_FUNC2(name, idx, ret, p0_type, p1_type) \ argument 206 #define STUB_FUNC3(name, idx, ret, p0_type, p1_type, p2_type) \ argument
|
/freebsd/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() 52 TrcStackElemParam *EtmV4P0Stack::createParamElem(const p0_elem_t p0_type, const bool isP0, const oc… in createParamElem()
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/ |
H A D | trc_etmv4_stack_elem.h | 97 inline TrcStackElem::TrcStackElem(p0_elem_t p0_type, const bool isP0, ocsd_etmv4_i_pkt_type root_pk… in TrcStackElem() 309 inline TrcStackElemParam::TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_et… in TrcStackElemParam()
|