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

/freebsd-current/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter_impl.h142 ocsd_trc_index_t m_force_sync_idx; member in class:TraceFmtDcdImpl
H A Dtrc_frame_deformatter.cpp53 m_force_sync_idx(0),
67 m_force_sync_idx(0),
371 if((m_force_sync_idx >= m_trc_curr_idx) && (m_force_sync_idx < (m_trc_curr_idx + m_in_block_size)))
373 unsynced_bytes = m_force_sync_idx - m_trc_curr_idx;

Completed in 115 milliseconds