Home
last modified time | relevance | path

Searched refs:dstRemain (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dzbuffer.cpp99 uint32 dstRemain = dstSize; in decodePartialZBuffer() local
104 while (dstRemain && (inp - (const uint16 *)src) < (std::ptrdiff_t)srcLen) { in decodePartialZBuffer()
108 count = MIN(count & 0x7fff, dstRemain); in decodePartialZBuffer()
109 dstRemain -= count; in decodePartialZBuffer()
118 count = MIN(count, dstRemain); in decodePartialZBuffer()
119 dstRemain -= count; in decodePartialZBuffer()
130 return dstSize - dstRemain; in decodePartialZBuffer()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dzbuffer.cpp99 uint32 dstRemain = dstSize; in decodePartialZBuffer() local
104 while (dstRemain && (inp - (const uint16 *)src) < (ptrdiff_t)srcLen) { in decodePartialZBuffer()
108 count = MIN(count & 0x7fff, dstRemain); in decodePartialZBuffer()
109 dstRemain -= count; in decodePartialZBuffer()
118 count = MIN(count, dstRemain); in decodePartialZBuffer()
119 dstRemain -= count; in decodePartialZBuffer()
130 return dstSize - dstRemain; in decodePartialZBuffer()