Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_proc_etmv3_impl.cpp235 uint32_t bytesProcessed = 0; in waitForSync() local
239 while(!bSendBlock && (bytesProcessed < dataBlockSize)) in waitForSync()
241 currByte = pDataBlock[bytesProcessed++]; in waitForSync()
256bytesProcessed--; // return 0x80 to the input buffer to re-process next pass after stripping 0's in waitForSync()
286 bytesProcessed--; in waitForSync()
297 if((bytesProcessed == dataBlockSize) || (m_currPacketData.size() == 16)) in waitForSync()
307 return bytesProcessed; in waitForSync()