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

/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_pkt_proc_stm.h202 bool m_sync_start; //!< possible start of sync member in class:TrcPktProcStm
237 if(!m_sync_start)
252 if(!m_sync_start)
254 m_sync_start = true;
262 m_sync_start = false;
/freebsd-13-stable/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_proc_stm.cpp244 // m_sync_start -> seen potential start of sync in current stream
784 else if(!m_sync_start) // no longer valid sync packet

Completed in 104 milliseconds