Searched refs:posInBuf (Results 1 – 1 of 1) sorted by relevance
2390 UInt64 posInBuf = pos - bufPhyPos; in OpenStream2() local2417 if (bytesInBuf < posInBuf) in OpenStream2()2419 UInt64 skipSize = posInBuf - bytesInBuf; in OpenStream2()2436 if (bytesInBuf - posInBuf < kAfterSize) in OpenStream2()2438 size_t beg = (size_t)posInBuf - kBeforeSize; in OpenStream2()2447 if (bytesInBuf <= (size_t)posInBuf) in OpenStream2()2474 size_t availSize = bytesInBuf - (size_t)posInBuf; in OpenStream2()2498 const Byte *buf = byteBuffer + (size_t)posInBuf; in OpenStream2()2505 ppp = buf - (byteBuffer + (size_t)posInBuf); in OpenStream2()