Home
last modified time | relevance | path

Searched refs:kDictionarySize (Results 1 – 8 of 8) sorted by relevance

/external/lzma/CPP/7zip/Common/
DMethodProps.h76 int i = FindProp(NCoderPropID::kDictionarySize); in Get_DicSize()
99 int i = FindProp(NCoderPropID::kDictionarySize); in Get_Lzma_DicSize()
202 int i = FindProp(NCoderPropID::kDictionarySize); in Get_BZip2_BlockSize()
DMethodProps.cpp368 case NCoderPropID::kDictionarySize: in IsLogSizeProp()
/external/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp100 SET_PROP_32(kDictionarySize, dictSize) in SetLzmaProp()
DBcj2Coder.cpp91 case NCoderPropID::kDictionarySize: in SetCoderProperties()
/external/lzma/CPP/7zip/
DICoder.h108 kDictionarySize, // VT_UI4 enumerator
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp656 NCoderPropID::kDictionarySize, in main2()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp65 m.AddProp32(NCoderPropID::kDictionarySize, k_Dictionary_ForHeaders); in SetHeaderMethod()
D7zUpdate.cpp968 m.AddProp32(NCoderPropID::kDictionarySize, 1 << 20); in AddBcj2Methods()