OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddProp32
(Results
1 - 6
of
6
) sorted by null
/external/lzma/CPP/7zip/Common/
MethodProps.h
41
void
AddProp32
(PROPID propid, UInt32 level);
158
AddProp32
(NCoderPropID::kLevel, level);
163
AddProp32
(NCoderPropID::kNumThreads, numThreads);
MethodProps.cpp
138
void CProps::
AddProp32
(PROPID propid, UInt32 level)
/external/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp
20
m.
AddProp32
(propID, value);
/external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp
143
static char *
AddProp32
(char *s, const char *name, UInt32 v)
427
if (lc != 3) dest =
AddProp32
(dest, "lc", lc);
428
if (lp != 0) dest =
AddProp32
(dest, "lp", lp);
429
if (pb != 2) dest =
AddProp32
(dest, "pb", pb);
7zUpdate.cpp
431
m.
AddProp32
(NCoderPropID::kDictionarySize, 1 << 20);
432
m.
AddProp32
(NCoderPropID::kNumFastBytes, 128);
433
m.
AddProp32
(NCoderPropID::kNumThreads, 1);
434
m.
AddProp32
(NCoderPropID::kLitPosBits, 2);
435
m.
AddProp32
(NCoderPropID::kLitContextBits, 0);
[
all
...]
7zHandlerOut.cpp
58
m.
AddProp32
(NCoderPropID::kLevel, k_Level_ForHeaders);
59
m.
AddProp32
(NCoderPropID::kNumFastBytes, k_NumFastBytes_ForHeaders);
60
m.
AddProp32
(NCoderPropID::kDictionarySize, k_Dictionary_ForHeaders);
Completed in 695 milliseconds