Searched refs:BlockSizeLog (Results 1 – 2 of 2) sorted by relevance
71 UInt32 blockSize = (UInt32)1 << BlockSizeLog; in Read()72 UInt32 virtBlock = (UInt32)(_virtPos >> BlockSizeLog); in Read()75 UInt64 newPos = StartOffset + ((UInt64)phyBlock << BlockSizeLog) + offsetInBlock; in Read()83 _curRem += (UInt32)1 << BlockSizeLog; in Read()
76 int BlockSizeLog; variable88 _physPos = StartOffset + (Vector[0] << BlockSizeLog); in InitAndSeek()