OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddProp32
(Results
1 - 7
of
7
) sorted by null
/external/lzma/CPP/7zip/Common/
MethodProps.h
44
void
AddProp32
(PROPID propid, UInt32 val);
229
AddProp32
(NCoderPropID::kLevel, level);
234
AddProp32
(NCoderPropID::kNumThreads, numThreads);
MethodProps.cpp
164
void CProps::
AddProp32
(PROPID propid, UInt32 val)
/external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp
146
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
968
m.
AddProp32
(NCoderPropID::kDictionarySize, 1 << 20);
969
m.
AddProp32
(NCoderPropID::kNumFastBytes, 128);
970
m.
AddProp32
(NCoderPropID::kNumThreads, 1);
971
m.
AddProp32
(NCoderPropID::kLitPosBits, 2);
972
m.
AddProp32
(NCoderPropID::kLitContextBits, 0);
1040
m.
AddProp32
(NCoderPropID::kDefaultProp, filterMode.Delta);
1074
nextMethod.
AddProp32
(NCoderPropID::kPosStateBits, alignBits);
1078
nextMethod.
AddProp32
(NCoderPropID::kLitContextBits, lc);
1079
nextMethod.
AddProp32
(NCoderPropID::kLitPosBits, alignBits);
[
all
...]
7zHandlerOut.cpp
64
m.
AddProp32
(NCoderPropID::kNumFastBytes, k_NumFastBytes_ForHeaders);
65
m.
AddProp32
(NCoderPropID::kDictionarySize, k_Dictionary_ForHeaders);
/external/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp
94
m.
AddProp32
(propID, value);
/external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp
262
static char *
AddProp32
(char *s, const char *name, UInt32 v)
290
if (lc != 3) s =
AddProp32
(s, "lc", lc);
291
if (lp != 0) s =
AddProp32
(s, "lp", lp);
292
if (pb != 2) s =
AddProp32
(s, "pb", pb);
Completed in 520 milliseconds