Searched refs:bytesProcessed (Results 1 – 1 of 1) sorted by relevance
235 uint32_t bytesProcessed = 0; in waitForSync() local239 while(!bSendBlock && (bytesProcessed < dataBlockSize)) in waitForSync()241 currByte = pDataBlock[bytesProcessed++]; in waitForSync()256 … bytesProcessed--; // 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()