Searched refs:cutValue (Results 1 – 8 of 8) sorted by relevance
/third_party/lzma/C/ |
D | LzFindOpt.c | 270 UInt32 cutValue = _cutValue; in GetMatchesSpecN_2() local 383 if (--cutValue == 0 || delta >= cbs) in GetMatchesSpecN_2()
|
D | LzFind.c | 221 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
|
D | LzFindMt.h | 83 UInt32 cutValue; member
|
D | LzFind.h | 33 UInt32 cutValue; member
|
D | LzFindMt.c | 673 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()
|
D | LzmaEnc.c | 586 MFB.cutValue = props.mc; in LzmaEnc_SetProps()
|
/third_party/lzma/Java/SevenZip/Compression/LZ/ |
D | BinTree.java | 365 public void SetCutValue(int cutValue) { _cutValue = cutValue; } in SetCutValue() argument
|
/third_party/lzma/CS/7zip/Compress/LZ/ |
D | LzBinTree.cs | 365 public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } in SetCutValue() argument
|