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

/freebsd-13-stable/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_proc_stm.cpp238 bool bGotData = true; local
252 while(bGotData && !m_is_sync)
254 bGotData = readNibble(); // read until we have a sync or run out of data
271 if(!bGotData || m_num_nibbles > 22)

Completed in 51 milliseconds