Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.c127 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
DLzFindMt.c248 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()
DLzFindMt.h81 UInt32 cutValue; member
DLzFind.h28 UInt32 cutValue; member
DLzmaEnc.c437 p->matchFinderBase.cutValue = props.mc; in LzmaEnc_SetProps()
/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lz/
DBinTree.java294 public void SetCutValue (int cutValue) { in SetCutValue() argument
295 _cutValue = cutValue; in SetCutValue()
/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