Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzFind.c117 p->cutValue = 32; in MatchFinder_SetDefaultSettings()
318 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, in Hc_GetMatchesSpec() argument
325 if (cutValue-- == 0 || delta >= _cyclicBufferSize) in Hc_GetMatchesSpec()
349 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, in GetMatchesSpec1() argument
358 if (cutValue-- == 0 || delta >= _cyclicBufferSize) in GetMatchesSpec1()
404 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) in SkipMatchesSpec() argument
412 if (cutValue-- == 0 || delta >= _cyclicBufferSize) in SkipMatchesSpec()
470 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
H A DLzFind.h26 UInt32 cutValue; member
H A DLzmaEnc.c447 p->matchFinderBase.cutValue = props.mc; in LzmaEnc_SetProps()