Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/source/ptm/
Dtrc_pkt_proc_ptm.cpp479 m_gotCycleCount = false; in pktISync()
487 if(m_needCycleCount && !m_gotCycleCount) in pktISync()
490m_gotCycleCount = (bool)((currByte & 0x40) == 0); // no cont bit, got cycle count in pktISync()
492 m_gotCycleCount = ((currByte & 0x80) == 0) || (pktIndex == 10); in pktISync()
495 if(!m_gotCycleCount) // need more cycle count bytes in pktISync()
/external/OpenCSD/decoder/include/opencsd/ptm/
Dtrc_pkt_proc_ptm.h154 bool m_gotCycleCount; variable