HomeSort by relevance Sort by last modified time
    Searched refs:BlockSizeLog (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Common/
LimitedStreams.cpp 90 UInt32 blockSize = (UInt32)1 << BlockSizeLog;
91 UInt32 virtBlock = (UInt32)(_virtPos >> BlockSizeLog);
94 UInt64 newPos = StartOffset + ((UInt64)phyBlock << BlockSizeLog) + offsetInBlock;
102 _curRem += (UInt32)1 << BlockSizeLog;
LimitedStreams.h 79 unsigned BlockSizeLog;
91 _physPos = StartOffset + (Vector[0] << BlockSizeLog);

Completed in 45 milliseconds