Searched refs:BytesInChunk (Results 1 – 1 of 1) sorted by relevance
212 uint32_t BytesInChunk = in readBytes() local214 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()216 BytesWritten += BytesInChunk; in readBytes()217 BytesLeft -= BytesInChunk; in readBytes()