Home
last modified time | relevance | path

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

/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs15 const UInt32 kMaxLzmaPropSize = 10; field in SevenZip.LzmaBench
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp97 static const UInt32 kMaxLzmaPropSize = 5; variable
879 if (!propStreamSpec->Alloc(kMaxLzmaPropSize)) in Init()