Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DMethodProps.h72 int i = FindProp(NCoderPropID::kDictionarySize); in Get_DicSize()
95 int i = FindProp(NCoderPropID::kDictionarySize); in Get_Lzma_DicSize()
131 int i = FindProp(NCoderPropID::kDictionarySize); in Get_BZip2_BlockSize()
DMethodProps.cpp320 case NCoderPropID::kDictionarySize: in IsLogSizeProp()
/external/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp104 SET_PROP_32(kDictionarySize, dictSize) in SetLzmaProp()
/external/lzma/CPP/7zip/
DICoder.h34 kDictionarySize, enumerator
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp442 NCoderPropID::kDictionarySize, in main2()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp60 m.AddProp32(NCoderPropID::kDictionarySize, k_Dictionary_ForHeaders); in SetHeaderMethod()
D7zUpdate.cpp431 m.AddProp32(NCoderPropID::kDictionarySize, 1 << 20); in AddBcj2Methods()