Home
last modified time | relevance | path

Searched refs:_cutValue (Results 1 – 4 of 4) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java16 int _cutValue = 0xFF; field in BinTree
84 _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()
/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs16 UInt32 _cutValue = 0xFF; field in SevenZip.Compression.LZ.BinTree
84 _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()
/external/lzma/C/
DLzFind.h80 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 _cutValue,
DLzFindMt.c237 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 _cutValue, in GetMatchesSpecN() argument
248 UInt32 cutValue = _cutValue; in GetMatchesSpecN()