Lines Matching refs:newPos
45 UInt64 newPos = _startOffset + _virtPos; in Read() local
46 if (newPos != _physPos) in Read()
48 _physPos = newPos; in Read()
109 UInt64 newPos = StartOffset + ((UInt64)phyBlock << BlockSizeLog) + offsetInBlock; in Read() local
110 if (newPos != _physPos) in Read()
112 _physPos = newPos; in Read()
291 UInt64 newPos = _startOffset + _virtPos; in Read() local
292 UInt64 offsetInCache = newPos - _cachePhyPos; in Read()
294 if (newPos >= _cachePhyPos && in Read()
303 if (newPos != _physPos) in Read()
305 _physPos = newPos; in Read()