Searched refs:pElem (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_etmv4_stack_elem.cpp48 TrcStackElemParam *pElem = new (std::nothrow) TrcStackElemParam(p0_type, isP0, root_pkt, root_index); local
49 if (pElem)
55 pElem->setParam(params[param_idx], param_idx);
59 push_front(pElem);
61 return pElem;
66 TrcStackElemAtom *pElem = new (std::nothrow) TrcStackElemAtom(root_pkt, root_index); local
67 if (pElem)
69 pElem->setAtom(atom);
70 push_front(pElem);
72 return pElem;
77 TrcStackElemExcept *pElem = new (std::nothrow) TrcStackElemExcept(root_pkt, root_index); local
89 TrcStackElemCtxt *pElem = new (std::nothrow) TrcStackElemCtxt(root_pkt, root_index); local
101 TrcStackElemAddr *pElem = new (std::nothrow) TrcStackElemAddr(root_pkt, root_index); local
[all...]
H A Dtrc_pkt_decode_etmv4i.cpp496 TrcStackElem *pElem = 0; // stacked element pointer local
502 pElem = m_P0_stack.back(); // get oldest element
504 switch(pElem->getP0Type())
511 resp = outputTraceElementIdx(pElem->getRootIndex(),m_output_elem);
517 TrcStackElemAddr *pAddrElem = dynamic_cast<TrcStackElemAddr *>(pElem);
529 TrcStackElemCtxt *pCtxtElem = dynamic_cast<TrcStackElemCtxt *>(pElem);
539 resp = outputTraceElementIdx(pElem->getRootIndex(),m_output_elem);
547 TrcStackElemParam *pParamElem = dynamic_cast<TrcStackElemParam *>(pElem);
555 TrcStackElemParam *pParamElem = dynamic_cast<TrcStackElemParam *>(pElem);
563 TrcStackElemParam *pParamElem = dynamic_cast<TrcStackElemParam *>(pElem);
687 TrcStackElem *pElem = 0; local
784 TrcStackElem *pElem = m_P0_stack.back(); // get the atom element local
883 TrcStackElem *pElem = 0; local
[all...]
/freebsd-12-stable/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_decode_etmv3.cpp129 OcsdTraceElement *pElem = 0; local
131 pElem = GetNextOpElem(resp);
132 pElem->setType(OCSD_GEN_TRC_ELEM_EO_TRACE);
218 OcsdTraceElement *pElem = m_outputElemList.getNextElem(m_index_curr_pkt); local
219 if(pElem == 0)
224 return pElem;
244 OcsdTraceElement *pElem = 0; local
271 pElem = GetNextOpElem(resp);
272 pElem->setType(OCSD_GEN_TRC_ELEM_CYCLE_COUNT);
273 pElem
374 OcsdTraceElement *pElem = 0; local
402 OcsdTraceElement *pElem = 0; local
475 OcsdTraceElement *pElem = 0; local
544 OcsdTraceElement *pElem = 0; local
[all...]
/freebsd-12-stable/contrib/opencsd/decoder/source/
H A Docsd_gen_elem_list.cpp54 delete m_pElemArray[i].pElem;
69 OcsdTraceElement *pElem = 0; local
77 pElem = m_pElemArray[idx].pElem;
80 return pElem;
89 elem_type = m_pElemArray[idx].pElem->getType();
106 resp = m_sendIf->first()->TraceElemIn(m_pElemArray[m_firstElemIdx].trc_pkt_idx, m_CSID, *(m_pElemArray[m_firstElemIdx].pElem));
137 p_new_array[m_elemArraySize+i].pElem = new (std::nothrow) OcsdTraceElement();
147 p_new_array[i].pElem = m_pElemArray[inIdx].pElem;
[all...]
H A Docsd_dcd_tree.cpp133 DecodeTreeElement *pElem = 0; local
135 pElem = getFirstElement(elemID);
136 while(pElem != 0)
138 pElem->getDecoderMngr()->attachInstrDecoder(pElem->getDecoderHandle(),i_instr_decode);
139 pElem = getNextElement(elemID);
146 DecodeTreeElement *pElem = 0; local
148 pElem = getFirstElement(elemID);
149 while(pElem != 0)
151 pElem
160 DecodeTreeElement *pElem = 0; local
[all...]
/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_etmv4_stack_elem.h252 void push_front(TrcStackElem *pElem);
282 inline void EtmV4P0Stack::push_front(TrcStackElem *pElem) argument
284 m_P0_stack.push_front(pElem);
299 TrcStackElem* pElem = m_P0_stack.back(); local
300 delete pElem;
/freebsd-12-stable/contrib/opencsd/decoder/include/common/
H A Docsd_gen_elem_list.h91 OcsdTraceElement *pElem; //!< pointer to the listed trace element member in struct:OcsdGenElemList::_elemPtr
/freebsd-12-stable/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api.cpp198 DecodeTreeElement *pElem = pDT->getDecoderElement(CSID); local
199 if(pElem == 0)
206 err = ocsd_create_pkt_sink_cb(pElem->getProtocol(),(FnDefPktDataIn)p_fn_callback_data,p_context,&pDataInSink);
208 err = pElem->getDecoderMngr()->attachPktSink(pElem->getDecoderHandle(), pDataInSink);
212 err = ocsd_create_pkt_mon_cb(pElem->getProtocol(),(FnDefPktDataMon)p_fn_callback_data,p_context,&pDataInSink);
214 err = pElem->getDecoderMngr()->attachPktMonitor(pElem->getDecoderHandle(), pDataInSink);
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c81009 HashElem *pElem; local
83350 HashElem *pElem; local
120807 Fts3HashElem *pElem; /* The element that matches key (if any) */ local
122989 Fts3HashElem *pElem; local
123353 Fts3HashElem *pElem = *(pReader->ppNextElem); local
[all...]
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c78229 Expr *pElem = (pExpr ? sqlite3VectorFieldSubexpr(pExpr, i) : 0); local
114507 HashElem *pElem; local
117405 HashElem *pElem; local
178259 Fts3HashElem *pElem; /* The element that matches key (if any) */ local
181126 Fts3HashElem *pElem; local
181556 Fts3HashElem *pElem = *(pReader->ppNextElem); local
[all...]

Completed in 546 milliseconds