Home
last modified time | relevance | path

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

/third_party/lzma/C/
DLzFindOpt.c270 UInt32 cutValue = _cutValue; in GetMatchesSpecN_2() local
383 if (--cutValue == 0 || delta >= cbs) in GetMatchesSpecN_2()
DLzFind.c221 p->cutValue = 32; in MatchFinder_SetDefaultSettings()
874 size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, in Hc_GetMatchesSpec() argument
948 while (--cutValue); in Hc_GetMatchesSpec()
956 size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, in GetMatchesSpec1() argument
1018 while(--cutValue && cmCheck < curMatch); in GetMatchesSpec1()
1026 size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) in SkipMatchesSpec() argument
1077 while(--cutValue && cmCheck < curMatch); in SkipMatchesSpec()
1113 …lenLimit, curMatch, p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
DLzFindMt.h83 UInt32 cutValue; member
DLzFind.h33 UInt32 cutValue; member
DLzFindMt.c673 pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue, in BtGetMatches()
688 pos, p->buffer, p->son, p->cutValue, d + curPos, in BtGetMatches()
929 p->cutValue = mf->cutValue; in MatchFinderMt_Init()
DLzmaEnc.c586 MFB.cutValue = props.mc; in LzmaEnc_SetProps()
/third_party/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java365 public void SetCutValue(int cutValue) { _cutValue = cutValue; } in SetCutValue() argument
/third_party/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs365 public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } in SetCutValue() argument