Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_pkt_proc_stm.h202 bool m_sync_start; //!< possible start of sync variable
237 if(!m_sync_start) in checkSyncNibble()
253 if(!m_sync_start) in checkSyncNibble()
255 m_sync_start = true; in checkSyncNibble()
263 m_sync_start = false; in clearSyncCount()
/freebsd/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_proc_stm.cpp784 else if(!m_sync_start) // no longer valid sync packet in stmPktASync()