Searched refs:BlockSizeLog (Results 1 – 2 of 2) sorted by relevance
90 UInt32 blockSize = (UInt32)1 << BlockSizeLog; in Read()91 UInt32 virtBlock = (UInt32)(_virtPos >> BlockSizeLog); in Read()94 UInt64 newPos = StartOffset + ((UInt64)phyBlock << BlockSizeLog) + offsetInBlock; in Read()102 _curRem += (UInt32)1 << BlockSizeLog; in Read()
79 unsigned BlockSizeLog; variable91 _physPos = StartOffset + (Vector[0] << BlockSizeLog); in InitAndSeek()