Home
last modified time | relevance | path

Searched refs:blockSizeLog (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Common/
DStreamObjects.cpp193 bool CCachedInStream::Alloc(unsigned blockSizeLog, unsigned numBlocksLog) throw() in Alloc() argument
195 unsigned sizeLog = blockSizeLog + numBlocksLog; in Alloc()
215 _blockSizeLog = blockSizeLog; in Alloc()
DStreamObjects.h149 bool Alloc(unsigned blockSizeLog, unsigned numBlocksLog) throw();