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

  /external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 16 UInt32 _cutValue = 0xFF;
84 _cutValue = 16 + (matchMaxLen >> 1);
200 UInt32 count = _cutValue;
296 UInt32 count = _cutValue;
365 public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; }
  /external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java 16 int _cutValue = 0xFF;
84 _cutValue = 16 + (matchMaxLen >> 1);
200 int count = _cutValue;
296 int count = _cutValue;
365 public void SetCutValue(int cutValue) { _cutValue = cutValue; }

Completed in 424 milliseconds