Home
last modified time | relevance | path

Searched defs:cutValue (Results 1 - 6 of 6) sorted by relevance

/third_party/lzma/C/
H A DLzFindOpt.c270 UInt32 cutValue = _cutValue; in GetMatchesSpecN_2() local
H A DLzFind.h33 UInt32 cutValue; member
H A DLzFindMt.h83 UInt32 cutValue; member
H A DLzFind.c873 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 DBinTree.java365 public void SetCutValue(int cutValue) { _cutValue = cutValue; } in SetCutValue() argument
/third_party/lzma/CS/7zip/Compress/LZ/
H A DLzBinTree.cs365 public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } in SetCutValue() argument

Completed in 5 milliseconds