OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:k_Delta
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp
15
static const UInt64
k_Delta
= 0x03;
240
if (m ==
k_Delta
|| m == k_BCJ || m == k_BCJ2)
7zHandler.cpp
176
static const UInt64
k_Delta
= 3;
280
if (coder.MethodID ==
k_Delta
&& coder.Props.GetCapacity() == 1)
Completed in 440 milliseconds