Home
last modified time | relevance | path

Searched defs:dicSize (Results 1 – 8 of 8) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp284 UInt32 dicSize = GetUi32((const Byte *)coder.Props + 1); in GetProperty() local
290 UInt32 dicSize = (((UInt32)2 | ((p) & 1)) << ((p) / 2 + 11)); in GetProperty() local
299 UInt32 dicSize = GetUi32((const Byte *)coder.Props + 1); in GetProperty() local
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp204 UInt32 dicSize = in SetCompressionMethod2() local
258 UInt32 dicSize = in SetCompressionMethod2() local
344 UInt32 dicSize; in SetParam() local
602 UInt32 dicSize; in SetProperty() local
DParseProperties.cpp40 HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &dicSize) in ParsePropDictionaryValue()
/external/lzma/C/
DLzmaDec.h31 UInt32 dicSize; member
DLzma2Dec.c63 UInt32 dicSize; in Lzma2Dec_GetOldProps() local
DLzma2Enc.c427 UInt32 dicSize = LzmaEncProps_GetDictSize(&p->props.lzmaProps); in Lzma2Enc_WriteProperties() local
DLzmaDec.c900 UInt32 dicSize; in LzmaProps_Decode() local
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp28 UInt32 dicSize = GetUi32(p); in CheckDicSize() local