Searched refs:AddProp32 (Results 1 - 7 of 7) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ |
H A D | MethodProps.h | 70 void AddProp32(PROPID propid, UInt32 val);
299 AddProp32(NCoderPropID::kLevel, level);
in AddProp_Level() 304 AddProp32(NCoderPropID::kNumThreads, numThreads);
in AddProp_NumThreads()
|
H A D | MethodProps.cpp | 271 void CProps::AddProp32(PROPID propid, UInt32 val)
in AddProp32() function in CProps
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | LzmaHandler.cpp | 249 static char *AddProp32(char *s, const char *name, UInt32 v)
in AddProp32() function 275 if (lc != 3) s = AddProp32(s, "lc", lc);
in GetMethod() 276 if (lp != 0) s = AddProp32(s, "lp", lp);
in GetMethod() 277 if (pb != 2) s = AddProp32(s, "pb", pb);
in GetMethod()
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | HandlerOut.cpp | 120 m.AddProp32(propID, value);
in SetMethodProp32() 141 m.AddProp32(propID, value);
in SetMethodProp32_Replace()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zHandler.cpp | 173 static char *AddProp32(char *s, const char *name, UInt32 v)
in AddProp32() function 455 if (lc != 3) dest = AddProp32(dest, "lc", lc);
in SetMethodToProp() 456 if (lp != 0) dest = AddProp32(dest, "lp", lp);
in SetMethodToProp() 457 if (pb != 2) dest = AddProp32(dest, "pb", pb);
in SetMethodToProp()
|
H A D | 7zUpdate.cpp | 1206 m.AddProp32(NCoderPropID::kDictionarySize, 1 << 20);
in AddBcj2Methods() 1207 m.AddProp32(NCoderPropID::kNumFastBytes, 128);
in AddBcj2Methods() 1208 m.AddProp32(NCoderPropID::kNumThreads, 1);
in AddBcj2Methods() 1209 m.AddProp32(NCoderPropID::kLitPosBits, 2);
in AddBcj2Methods() 1210 m.AddProp32(NCoderPropID::kLitContextBits, 0);
in AddBcj2Methods() 1278 m.AddProp32(NCoderPropID::kDefaultProp, filterMode.Delta);
in MakeExeMethod() 1282 m.AddProp32(
in MakeExeMethod() 1321 nextMethod.AddProp32(NCoderPropID::kPosStateBits, (unsigned)alignBits);
in MakeExeMethod() 1325 nextMethod.AddProp32(NCoderPropID::kLitContextBits, lc);
in MakeExeMethod() 1326 nextMethod.AddProp32(NCoderPropI in MakeExeMethod() [all...] |
H A D | 7zHandlerOut.cpp | 65 m.AddProp32(NCoderPropID::kNumFastBytes, k_NumFastBytes_ForHeaders);
in SetHeaderMethod() 66 m.AddProp32(NCoderPropID::kDictionarySize, k_Dictionary_ForHeaders);
in SetHeaderMethod()
|
Completed in 8 milliseconds