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

/system/core/fastboot/
H A Dusb_osx.c534 int lenRemaining = len; local
536 while (lenRemaining > 0) {
537 int lenToSend = lenRemaining > maxLenToSend
538 ? maxLenToSend : lenRemaining;
544 lenRemaining -= lenToSend;

Completed in 840 milliseconds