OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:k_LZMA2
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/7zip/Common/
MethodProps.cpp
12
static const UInt64
k_LZMA2
= 0x21;
18
if (inSizeForReduce != 0 && (method.Id == k_LZMA || method.Id ==
k_LZMA2
))
/external/chromium_org/third_party/lzma_sdk/
7zDec.c
20
#define
k_LZMA2
0x21
249
case
k_LZMA2
:
399
else if (coder->MethodID ==
k_LZMA2
)
/external/lzma/C/
7zDec.c
20
#define
k_LZMA2
0x21
249
case
k_LZMA2
:
399
else if (coder->MethodID ==
k_LZMA2
)
/external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp
177
static const UInt64
k_LZMA2
= 0x21;
287
else if (coder.MethodID ==
k_LZMA2
&& coder.Props.GetCapacity() == 1)
Completed in 91 milliseconds