Home
last modified time | relevance | path

Searched refs:kBlockSizeMax (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DMethodProps.cpp695 const UInt32 kBlockSizeMax = (UInt32)0 - (UInt32)(1 << 16); in Get_Lzma_MemUsage() local
699 if (blockSize >= kBlockSizeMax) in Get_Lzma_MemUsage()
700 blockSize = kBlockSizeMax; in Get_Lzma_MemUsage()
/third_party/lzma/C/
H A DLzFind.c293 const UInt32 kBlockSizeMax = (UInt32)0 - (UInt32)kBlockSizeAlign; in GetBlockSize() local
294 const UInt32 rem = kBlockSizeMax - blockSize; in GetBlockSize()
297 if (blockSize >= kBlockSizeMax in GetBlockSize()
301 blockSize = kBlockSizeMax; in GetBlockSize()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp2174 const UInt32 kBlockSizeMax = (UInt32)0 - (UInt32)(1 << 16);
2178 if (blockSize >= kBlockSizeMax)
2179 blockSize = kBlockSizeMax;

Completed in 7 milliseconds