Home
last modified time | relevance | path

Searched refs:numAtoms (Results 1 – 4 of 4) sorted by relevance

/external/OpenCSD/decoder/include/opencsd/ptm/
Dtrc_pkt_decode_ptm.h54 const int numAtoms() const; //!< number of atoms
76 inline const int PtmAtoms::numAtoms() const in numAtoms() function
/external/OpenCSD/decoder/include/opencsd/etmv3/
Dtrc_pkt_decode_etmv3.h58 const int numAtoms() const; //!< number of atoms
106 inline const int Etmv3Atoms::numAtoms() const in numAtoms() function
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_decode_etmv3.cpp573 if(m_bSentUnknown || !atoms.numAtoms()) in processPHdr()
592 if(!atoms.numAtoms()) // override type if CC only in processPHdr()
599 if(atoms.numAtoms()) in processPHdr()
642 while(atoms.numAtoms()); in processPHdr()
/external/OpenCSD/decoder/source/ptm/
Dtrc_pkt_decode_ptm.cpp475 while(m_atoms.numAtoms() && m_curr_pe_state.valid && OCSD_DATA_RESP_IS_CONT(resp)) in processAtom()
488 if(OCSD_DATA_RESP_IS_WAIT(resp) && ( m_mem_nacc_pending || m_atoms.numAtoms())) in processAtom()