Searched refs:cutValue (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/common/lzma/ |
H A D | LzFind.c | 117 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 D | LzFind.h | 26 UInt32 cutValue; member
|
H A D | LzmaEnc.c | 447 p->matchFinderBase.cutValue = props.mc; in LzmaEnc_SetProps()
|