Searched refs:targetChunk (Results 1 – 1 of 1) sorted by relevance
253 uint32 targetChunk = targetSize - targetOffset; in rawCopyTo() local255 if(targetChunk > remaining) in rawCopyTo()256 targetChunk = remaining; in rawCopyTo()259 while(targetChunk > 0) { in rawCopyTo()263 if(sourceChunk > targetChunk) in rawCopyTo()264 sourceChunk = targetChunk; in rawCopyTo()282 targetChunk -= sourceChunk; in rawCopyTo()