Searched refs:_cutValue (Results 1 - 5 of 5) sorted by relevance
/third_party/lzma/Java/SevenZip/Compression/LZ/ |
H A D | BinTree.java | 16 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()
|
/third_party/lzma/CS/7zip/Compress/LZ/ |
H A D | LzBinTree.cs | 16 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()
|
/third_party/lzma/C/ |
H A D | LzFindOpt.c | 46 UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size, UInt32 *posRes)
75 UInt32 cutValue = _cutValue;
218 UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size,
224 UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size,
in GetMatchesSpecN_2() 270 UInt32 cutValue = _cutValue;
in GetMatchesSpecN_2() 408 UInt32 _cutValue, UInt32 *d, uint32plus _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size,
451 UInt32 cutValue = _cutValue;
223 GetMatchesSpecN_2(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *son, UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size, size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 *posRes) GetMatchesSpecN_2() argument
|
H A D | LzFind.h | 118 size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 _cutValue,
|
H A D | LzFindMt.c | 564 UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size,
|
Completed in 4 milliseconds