OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:k_LZMA2
(Results
1 - 6
of
6
) sorted by null
/external/lzma/CPP/7zip/Archive/7z/
7zHeader.h
103
const UInt32
k_LZMA2
= 0x21;
7zHandler.cpp
185
if (id ==
k_LZMA2
)
427
else if (id ==
k_LZMA2
)
7zHandlerOut.cpp
135
case
k_LZMA2
: dicSize = oneMethodInfo.Get_Lzma_DicSize(); break;
7zIn.cpp
697
if (id ==
k_LZMA2
&& propsSize == 1)
[
all
...]
7zUpdate.cpp
1067
if (nextMethod.Id == k_LZMA || nextMethod.Id ==
k_LZMA2
)
[
all
...]
/external/lzma/C/
7zDec.c
25
#define
k_LZMA2
0x21
279
case
k_LZMA2
:
438
else if (coder->MethodID ==
k_LZMA2
)
Completed in 613 milliseconds