Searched refs:cutValue (Results 1 – 8 of 8) sorted by relevance
/external/lzma/C/ |
D | LzFind.c | 127 p->cutValue = 32; in MatchFinder_SetDefaultSettings() 325 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, in Hc_GetMatchesSpec() argument 332 if (cutValue-- == 0 || delta >= _cyclicBufferSize) in Hc_GetMatchesSpec() 356 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, in GetMatchesSpec1() argument 365 if (cutValue-- == 0 || delta >= _cyclicBufferSize) in GetMatchesSpec1() 411 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) in SkipMatchesSpec() argument 419 if (cutValue-- == 0 || delta >= _cyclicBufferSize) in SkipMatchesSpec() 477 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
|
D | LzFindMt.c | 248 UInt32 cutValue = _cutValue; in GetMatchesSpecN() local 253 if (cutValue-- == 0 || delta >= _cyclicBufferSize) in GetMatchesSpecN() 351 pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue, in BtGetMatches() 362 …etMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue, in BtGetMatches() 512 p->cutValue = mf->cutValue; in MatchFinderMt_Init()
|
D | LzFindMt.h | 81 UInt32 cutValue; member
|
D | LzFind.h | 28 UInt32 cutValue; member
|
D | LzmaEnc.c | 437 p->matchFinderBase.cutValue = props.mc; in LzmaEnc_SetProps()
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lz/ |
D | BinTree.java | 294 public void SetCutValue (int cutValue) { in SetCutValue() argument 295 _cutValue = cutValue; in SetCutValue()
|
/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
|