Searched refs:_cyclicBufferPos (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/lzma/ |
H A D | LzFind.c | 318 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, in Hc_GetMatchesSpec() argument 321 son[_cyclicBufferPos] = curMatch; in Hc_GetMatchesSpec() 329 … curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)]; in Hc_GetMatchesSpec() 349 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, in GetMatchesSpec1() argument 352 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in GetMatchesSpec1() 353 CLzRef *ptr1 = son + (_cyclicBufferPos << 1); in GetMatchesSpec1() 364 …CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize … in GetMatchesSpec1() 404 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) in SkipMatchesSpec() argument 406 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in SkipMatchesSpec() 407 CLzRef *ptr1 = son + (_cyclicBufferPos << 1); in SkipMatchesSpec() [all …]
|
H A D | LzFind.h | 73 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 _cutValue,
|