Searched refs:sourceChunk (Results 1 - 1 of 1) sorted by path

/haiku/src/apps/cortex/addons/common/
H A DRawBuffer.cpp262 uint32 sourceChunk = size - fromOffset; local
263 if(sourceChunk > targetChunk)
264 sourceChunk = targetChunk;
270 sourceChunk);
273 targetOffset += sourceChunk;
277 fromOffset += sourceChunk;
282 targetChunk -= sourceChunk;
283 remaining -= sourceChunk;

Completed in 140 milliseconds