Lines Matching refs:newPos
45 UInt64 newPos = _startOffset + _virtPos;
46 if (newPos != _physPos)
48 _physPos = newPos;
109 UInt64 newPos = StartOffset + ((UInt64)phyBlock << BlockSizeLog) + offsetInBlock;
110 if (newPos != _physPos)
112 _physPos = newPos;
317 UInt64 newPos = _startOffset + _virtPos;
318 UInt64 offsetInCache = newPos - _cachePhyPos;
320 if (newPos >= _cachePhyPos &&
329 if (newPos != _physPos)
331 _physPos = newPos;