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

/system/core/fastboot/
H A Dusb_osx.c525 int lenRemaining = len; local
527 while (lenRemaining > 0) {
528 int lenToSend = lenRemaining > maxLenToSend
529 ? maxLenToSend : lenRemaining;
535 lenRemaining -= lenToSend;

Completed in 20 milliseconds