Home
last modified time | relevance | path

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

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