Home | History | Annotate | Download | only in Analysis

Lines Matching refs:BytesWritten

356       uint64_t BytesWritten = EltSize - Offset;
357 assert(BytesWritten <= EltSize && "Not indexing into this element?");
358 if (BytesWritten >= BytesLeft)
362 BytesLeft -= BytesWritten;
363 CurPtr += BytesWritten;