Searched refs:NumBytesToWrite (Results 1 – 1 of 1) sorted by relevance
360 unsigned NumBytesToWrite; in _WriteBlocking() local373 NumBytesToWrite = RdOff - WrOff - 1u; in _WriteBlocking()378 NumBytesToWrite = MIN(NumBytesToWrite, NumBytes); in _WriteBlocking()381 NumBytesWritten += NumBytesToWrite; in _WriteBlocking()382 NumBytes -= NumBytesToWrite; in _WriteBlocking()383 WrOff += NumBytesToWrite; in _WriteBlocking()384 while (NumBytesToWrite--) { in _WriteBlocking()389 NumBytesWritten += NumBytesToWrite; in _WriteBlocking()390 pBuffer += NumBytesToWrite; in _WriteBlocking()391 NumBytes -= NumBytesToWrite; in _WriteBlocking()[all …]
Completed in 6 milliseconds