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