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

/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp2249 UInt32 rTotal = 0; local
2297 rTotal = 0; // running total
2303 bcopy(mbuf_data(m), &fPipeOutBuff[indx].pipeOutBuffer[rTotal], mbuf_len(m));
2304 rTotal += mbuf_len(m);
2308 LogData(kDataOut, rTotal, fPipeOutBuff[indx].pipeOutBuffer);
2313 ior = fOutPipe->Write(fPipeOutBuff[indx].pipeOutMDP, 2000, 5000, rTotal, &fPipeOutBuff[indx].writeCompletionInfo);
2321 ior = fOutPipe->Write(fPipeOutBuff[indx].pipeOutMDP, 2000, 5000, rTotal, &fPipeOutBuff[indx].writeCompletionInfo);
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp1821 UInt32 rTotal = 0; local
1859 rTotal = 0; // running total
1865 bcopy(mbuf_data(m), &fPipeOutBuff[indx].pipeOutBuffer[rTotal], mbuf_len(m));
1866 rTotal += mbuf_len(m);
1870 LogData(kDataOut, rTotal, fPipeOutBuff[indx].pipeOutBuffer);
1874 fPipeOutBuff[indx].pipeOutMDP->setLength(rTotal);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c102165 double rTotal = 0; local
[all...]

Completed in 338 milliseconds