Searched refs:m_is_sync (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_pkt_proc_stm.h203 bool m_is_sync; //!< true if found sync at current nibble member in class:TrcPktProcStm
242 m_is_sync = true; //this nibble marks a sync sequence - keep the F nibble count
263 m_is_sync = false;
/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_proc_etmv4i.h99 bool m_is_sync; //!< seen first sync packet member in class:TrcPktProcEtmV4I
/freebsd-13-stable/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_proc_stm.cpp248 m_num_nibbles = m_is_sync ? m_num_F_nibbles + 1 : m_num_F_nibbles; // sending unsync data may have cleared down num_nibbles.
252 while(bGotData && !m_is_sync)
279 uint8_t nibbles_to_send = m_num_nibbles - (m_is_sync ? 22 : m_num_F_nibbles);
776 if(m_is_sync)
/freebsd-13-stable/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i.cpp104 if (m_is_sync)
226 m_is_sync = false;
333 if(!m_is_sync && (lastByte != 0x00))
371 if(!m_is_sync && m_currPacketData.size() != 12)
386 m_is_sync = true; // found a sync packet, mark decoder as synchronised.
390 if(!m_is_sync)

Completed in 62 milliseconds