Home
last modified time | relevance | path

Searched refs:numBlocksLog (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DStreamObjects.cpp186 bool CCachedInStream::Alloc(unsigned blockSizeLog, unsigned numBlocksLog) throw() in Alloc() argument
188 unsigned sizeLog = blockSizeLog + numBlocksLog; in Alloc()
200 if (!_tags || numBlocksLog != _numBlocksLog) in Alloc()
203 _tags = (UInt64 *)MyAlloc(sizeof(UInt64) << numBlocksLog); in Alloc()
206 _numBlocksLog = numBlocksLog; in Alloc()
H A DStreamObjects.h142 bool Alloc(unsigned blockSizeLog, unsigned numBlocksLog) throw();

Completed in 2 milliseconds