Home | History | Annotate | Download | only in darwin-x86

Lines Matching refs:bytesLeft

585     EAS_I32 bytesLeft = n;
598 for (;bytesLeft > 0;)
602 if (temp > bytesLeft)
603 temp = bytesLeft;
611 bytesLeft -= temp;
614 if ((bytesLeft == 0) || (bytesLeft >= EAS_FILE_BUFFER_SIZE))
623 if (bytesLeft)
631 bytesLeft, file->pFile);