Searched defs:cutValue (Results 1 - 6 of 6) sorted by relevance
/third_party/lzma/C/ |
H A D | LzFindOpt.c | 270 UInt32 cutValue = _cutValue;
in GetMatchesSpecN_2() local
|
H A D | LzFind.h | 33 UInt32 cutValue;
member
|
H A D | LzFindMt.h | 83 UInt32 cutValue;
member
|
H A D | LzFind.c | 873 Hc_GetMatchesSpec(size_t lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *d, unsigned maxLen) Hc_GetMatchesSpec() argument 955 GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *d, UInt32 maxLen) GetMatchesSpec1() argument 1025 SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) SkipMatchesSpec() argument
|
/third_party/lzma/Java/SevenZip/Compression/LZ/ |
H A D | BinTree.java | 365 public void SetCutValue(int cutValue) { _cutValue = cutValue; }
in SetCutValue() argument
|
/third_party/lzma/CS/7zip/Compress/LZ/ |
H A D | LzBinTree.cs | 365 public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; }
in SetCutValue() argument
|
Completed in 5 milliseconds