Searched refs:_cutValue (Results 1 – 4 of 4) sorted by relevance
16 int _cutValue = 0xFF; field in BinTree84 _cutValue = 16 + (matchMaxLen >> 1); in Create()200 int count = _cutValue; in GetMatches()296 int count = _cutValue; in Skip()365 public void SetCutValue(int cutValue) { _cutValue = cutValue; } in SetCutValue()
16 UInt32 _cutValue = 0xFF; field in SevenZip.Compression.LZ.BinTree84 _cutValue = 16 + (matchMaxLen >> 1); in Create()200 UInt32 count = _cutValue; in GetMatches()296 UInt32 count = _cutValue; in Skip()365 public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } in SetCutValue()
82 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 _cutValue,
246 size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 _cutValue, in GetMatchesSpecN() argument257 UInt32 cutValue = _cutValue; in GetMatchesSpecN()