Home
last modified time | relevance | path

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

/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs365 public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } in SetCutValue()
/external/lzma/C/
DLzFind.c358 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, in Hc_GetMatchesSpec()
389 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, in GetMatchesSpec1()
444 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) in SkipMatchesSpec()
DLzFind.h33 UInt32 cutValue; member
DLzFindMt.h81 UInt32 cutValue; member
DLzFindMt.c248 UInt32 cutValue = _cutValue; in GetMatchesSpecN() local
/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java365 public void SetCutValue(int cutValue) { _cutValue = cutValue; } in SetCutValue()