Searched refs:m_gotCCBytes (Results 1 – 2 of 2) sorted by relevance
481 m_gotCCBytes = 0; in pktISync()494 m_gotCCBytes++; // count the cycle count bytes for later use. in pktISync()530 optIdx+=m_gotCCBytes; in pktISync()745 m_gotCCBytes = 0; in pktTimeStamp()768 if(m_gotCCBytes == 0) in pktTimeStamp()772 m_gotCCBytes++; in pktTimeStamp()773 if(m_gotCCBytes == 5) in pktTimeStamp()815 m_gotCCBytes = 0; // number of cc bytes read in so far. in pktBranchAddr()890 if(m_gotCCBytes == 0) in pktBranchAddr()897 bDone = (((currByte & 0x80) == 0x00 ) || (m_gotCCBytes == 4)); in pktBranchAddr()[all …]
155 int m_gotCCBytes; // number of CC bytes read so far variable