Searched refs:targetChunk (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/cortex/addons/common/
H A DRawBuffer.cpp253 uint32 targetChunk = targetSize - targetOffset; local
255 if(targetChunk > remaining)
256 targetChunk = remaining;
259 while(targetChunk > 0) {
263 if(sourceChunk > targetChunk)
264 sourceChunk = targetChunk;
282 targetChunk -= sourceChunk;

Completed in 32 milliseconds