Searched refs:m_gotCycleCount (Results 1 – 2 of 2) sorted by relevance
480 m_gotCycleCount = false; in pktISync()488 if(m_needCycleCount && !m_gotCycleCount) in pktISync()491 … m_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()
154 bool m_gotCycleCount; variable