Home
last modified time | relevance | path

Searched refs:m_P0_commit (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp468 m_P0_commit = m_curr_spec_depth - m_max_spec_depth; in decodePacket()
492 int num_commit_req = m_P0_commit; in commitElements()
498 while(m_P0_commit && !bPause) in commitElements()
588 while(!pAtomElem->isEmpty() && m_P0_commit && bContProcess) in commitElements()
602 m_P0_commit--; // mark committed in commitElements()
617 m_P0_commit--; in commitElements()
624 m_P0_commit--; in commitElements()
651 if(m_P0_commit == 0) in commitElements()
655 m_curr_spec_depth -= (num_commit_req-m_P0_commit); in commitElements()
/freebsd-12.1/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_decode_etmv4i.h143 int m_P0_commit; //!< number of elements to commit variable