Home | History | Annotate | Download | only in Analysis

Lines Matching refs:BytesWritten

384       uint64_t BytesWritten = EltSize - Offset;
385 assert(BytesWritten <= EltSize && "Not indexing into this element?");
386 if (BytesWritten >= BytesLeft)
390 BytesLeft -= BytesWritten;
391 CurPtr += BytesWritten;