OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Choice
(Results
1 - 2
of
2
) sorted by null
/external/lzma/Java/SevenZip/Compression/LZMA/
Decoder.java
12
short[]
m_Choice
= new short[2];
29
SevenZip.Compression.RangeCoder.Decoder.InitBitModels(
m_Choice
);
40
if (rangeDecoder.DecodeBit(
m_Choice
, 0) == 0)
43
if (rangeDecoder.DecodeBit(
m_Choice
, 1) == 0)
/external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs
13
BitDecoder
m_Choice
= new BitDecoder();
32
m_Choice
.Init();
44
if (
m_Choice
.Decode(rangeDecoder) == 0)
Completed in 71 milliseconds