Searched refs:cutValue (Results 1 – 7 of 7) sorted by relevance
/external/lzma/C/ |
D | LzFind.c | 131 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
|
D | LzFindMt.c | 257 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()
|
D | LzFindMt.h | 81 UInt32 cutValue; member
|
D | LzFind.h | 33 UInt32 cutValue; member
|
D | LzmaEnc.c | 490 p->matchFinderBase.cutValue = props.mc; in LzmaEnc_SetProps()
|
/external/lzma/Java/SevenZip/Compression/LZ/ |
D | BinTree.java | 365 public void SetCutValue(int cutValue) { _cutValue = cutValue; } in SetCutValue() argument
|
/external/lzma/CS/7zip/Compress/LZ/ |
D | LzBinTree.cs | 365 public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } in SetCutValue() argument
|