Home
last modified time | relevance | path

Searched refs:cutValue (Results 1 – 7 of 7) sorted by relevance

/external/lzma/C/
DLzFind.c131 p->cutValue = 32; in MatchFinder_SetDefaultSettings()
390 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, in Hc_GetMatchesSpec() argument
458 while (--cutValue); in Hc_GetMatchesSpec()
466 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, in GetMatchesSpec1() argument
475 if (cutValue-- == 0 || delta >= _cyclicBufferSize) in GetMatchesSpec1()
523 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) in SkipMatchesSpec() argument
531 if (cutValue-- == 0 || delta >= _cyclicBufferSize) in SkipMatchesSpec()
589 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
DLzFindMt.c257 UInt32 cutValue = _cutValue; in GetMatchesSpecN() local
274 if (cutValue == 0 || delta >= _cyclicBufferSize) in GetMatchesSpecN()
326 if (--cutValue == 0 || delta >= _cyclicBufferSize) in GetMatchesSpecN()
392 pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue, in BtGetMatches()
403 …etMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue, in BtGetMatches()
565 p->cutValue = mf->cutValue; in MatchFinderMt_Init()
DLzFindMt.h81 UInt32 cutValue; member
DLzFind.h33 UInt32 cutValue; member
DLzmaEnc.c490 p->matchFinderBase.cutValue = props.mc; in LzmaEnc_SetProps()
/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java365 public void SetCutValue(int cutValue) { _cutValue = cutValue; } in SetCutValue() argument
/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs365 public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } in SetCutValue() argument