Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp482 m_gotCCBytes = 0; in pktISync()
495 m_gotCCBytes++; // count the cycle count bytes for later use. in pktISync()
531 optIdx+=m_gotCCBytes; in pktISync()
748 m_gotCCBytes = 0; in pktTimeStamp()
771 if(m_gotCCBytes == 0) in pktTimeStamp()
775 m_gotCCBytes++; in pktTimeStamp()
776 if(m_gotCCBytes == 5) in pktTimeStamp()
818 m_gotCCBytes = 0; // number of cc bytes read in so far. in pktBranchAddr()
893 if(m_gotCCBytes == 0) in pktBranchAddr()
900 bDone = (((currByte & 0x80) == 0x00 ) || (m_gotCCBytes == 4)); in pktBranchAddr()
[all …]
/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_proc_ptm.h155 int m_gotCCBytes; // number of CC bytes read so far variable