Searched refs:_matchPriceCount (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs1200 _matchPriceCount++;
1209 if (_matchPriceCount >= (1 << 7))
1312 UInt32 _matchPriceCount; field in class:SevenZip.Compression.LZMA.Encoder
1343 _matchPriceCount = 0;
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java1198 _matchPriceCount++;
1207 if (_matchPriceCount >= (1 << 7))
1312 int _matchPriceCount; field in class:Encoder
1343 _matchPriceCount = 0;

Completed in 63 milliseconds