HomeSort by relevance Sort by last modified time
    Searched refs:_longestMatchLength (Results 1 - 2 of 2) sorted by null

  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 327 int _longestMatchLength;
557 lenMain = _longestMatchLength;
707 _longestMatchLength = newLen;
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 327 UInt32 _longestMatchLength;
557 lenMain = _longestMatchLength;
707 _longestMatchLength = newLen;
    [all...]

Completed in 26 milliseconds