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

/freebsd-13-stable/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_etmv4_stack_elem.cpp41 TrcStackElem *pElem = new (std::nothrow) TrcStackElem(p0_type, isP0, root_pkt, root_index); local
42 if (pElem)
45 push_back(pElem);
47 push_front(pElem);
49 return pElem;
54 TrcStackElemParam *pElem = new (std::nothrow) TrcStackElemParam(p0_type, isP0, root_pkt, root_index); local
55 if (pElem)
61 pElem->setParam(params[param_idx], param_idx);
65 push_front(pElem);
67 return pElem;
72 TrcStackElemAtom *pElem = new (std::nothrow) TrcStackElemAtom(root_pkt, root_index); local
83 TrcStackElemExcept *pElem = new (std::nothrow) TrcStackElemExcept(root_pkt, root_index); local
95 TrcStackElemCtxt *pElem = new (std::nothrow) TrcStackElemCtxt(root_pkt, root_index); local
111 TrcStackElemAddr *pElem = new (std::nothrow) TrcStackElemAddr(root_pkt, root_index); local
122 TrcStackQElem *pElem = new (std::nothrow) TrcStackQElem(root_pkt, root_index); local
139 TrcStackElem *pElem = 0; local
[all...]
H A Dtrc_pkt_decode_etmv4i.cpp636 TrcStackElem *pElem = 0; // stacked element pointer local
644 pElem = m_P0_stack.back(); // get oldest element
645 err_idx = pElem->getRootIndex(); // save index in case of error.
647 switch (pElem->getP0Type())
651 err = m_out_elem.addElemType(pElem->getRootIndex(), OCSD_GEN_TRC_ELEM_TRACE_ON);
662 TrcStackElemAddr *pAddrElem = dynamic_cast<TrcStackElemAddr *>(pElem);
674 TrcStackElemCtxt *pCtxtElem = dynamic_cast<TrcStackElemCtxt *>(pElem);
681 err = m_out_elem.addElem(pElem->getRootIndex());
693 err = processTS_CC_EventElem(pElem);
698 TrcStackElemAtom *pAtomElem = dynamic_cast<TrcStackElemAtom *>(pElem);
797 TrcStackElem *pElem = 0; local
851 TrcStackElem *pElem = 0; // stacked element pointer local
935 TrcStackElem *pElem = 0; local
977 TrcStackElem *pElem = 0; // stacked element pointer local
1002 processTS_CC_EventElem(TrcStackElem *pElem) argument
1096 TrcStackElem *pElem = m_P0_stack.back(); // get the atom element local
1180 TrcStackElem *pElem = 0; local
1339 TrcStackElem *pElem = 0; local
[all...]
/freebsd-13-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);
133 pElem->setUnSyncEOTReason(UNSYNC_EOT);
221 OcsdTraceElement *pElem = m_outputElemList.getNextElem(m_index_curr_pkt); local
222 if(pElem == 0)
227 return pElem;
247 OcsdTraceElement *pElem = 0; local
274 pElem = GetNextOpElem(resp);
275 pElem
379 OcsdTraceElement *pElem = 0; local
409 OcsdTraceElement *pElem = 0; local
483 OcsdTraceElement *pElem = 0; local
553 OcsdTraceElement *pElem = 0; local
[all...]
/freebsd-13-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_gen_elem_stack.cpp54 delete m_pElemArray[i].pElem;
128 resp = m_sendIf->first()->TraceElemIn(m_pElemArray[m_send_elem_idx].trc_pkt_idx, m_CSID, *(m_pElemArray[m_send_elem_idx].pElem));
148 OcsdTraceElement *pElem = 0; local
153 pElem = new (std::nothrow) OcsdTraceElement();
154 if (!pElem)
156 pElem->init();
157 p_new_array[m_elemArraySize + i].pElem = pElem;
165 p_new_array[i].pElem = m_pElemArray[i].pElem;
[all...]
H A Docsd_dcd_tree.cpp135 DecodeTreeElement *pElem = 0; local
137 pElem = getFirstElement(elemID);
138 while(pElem != 0)
140 pElem->getDecoderMngr()->attachInstrDecoder(pElem->getDecoderHandle(),i_instr_decode);
141 pElem = getNextElement(elemID);
148 DecodeTreeElement *pElem = 0; local
150 pElem = getFirstElement(elemID);
151 while(pElem != 0)
153 pElem
162 DecodeTreeElement *pElem = 0; local
[all...]
/freebsd-13-stable/contrib/opencsd/decoder/include/common/
H A Docsd_gen_elem_stack.h64 OcsdTraceElement *pElem; //!< pointer to the listed trace element member in struct:OcsdGenElemStack::_elemPtr
105 return *(m_pElemArray[m_curr_elem_idx].pElem);
H A Docsd_gen_elem_list.h91 OcsdTraceElement *pElem; //!< pointer to the listed trace element member in struct:OcsdGenElemList::_elemPtr
/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_etmv4_stack_elem.h306 void push_front(TrcStackElem *pElem);
307 void push_back(TrcStackElem *pElem); // insert element when processing
345 inline void EtmV4P0Stack::push_front(TrcStackElem *pElem) argument
347 m_P0_stack.push_front(pElem);
351 inline void EtmV4P0Stack::push_back(TrcStackElem *pElem) argument
353 m_P0_stack.push_back(pElem);
376 TrcStackElem* pElem = m_P0_stack.back(); local
377 delete pElem;
387 TrcStackElem* pElem = m_P0_stack.front(); local
388 delete pElem;
[all...]
H A Dtrc_pkt_decode_etmv4i.h92 ocsd_err_t processTS_CC_EventElem(TrcStackElem *pElem);
/freebsd-13-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-13-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 418 milliseconds