Searched defs:dict32 (Results 1 - 1 of 1) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ | ||
H A D | MethodProps.cpp | 689 const UInt32 dict32 = (dicSize >= kLzmaMaxDictSize ? kLzmaMaxDictSize : (UInt32)dicSize);
in Get_Lzma_MemUsage() local |
Completed in 3 milliseconds