Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp480 m_gotCycleCount = false; in pktISync()
488 if(m_needCycleCount && !m_gotCycleCount) in pktISync()
491m_gotCycleCount = (bool)((currByte & 0x40) == 0); // no cont bit, got cycle count in pktISync()
493 m_gotCycleCount = ((currByte & 0x80) == 0) || (pktIndex == 10); in pktISync()
496 if(!m_gotCycleCount) // need more cycle count bytes in pktISync()
/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_proc_ptm.h154 bool m_gotCycleCount; variable