Home
last modified time | relevance | path

Searched refs:cyclicBufferPos (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzFind.c244 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits()
271 p->cyclicBufferPos = 0; in MatchFinder_Init()
312 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits()
313 p->cyclicBufferPos = 0; in MatchFinder_CheckLimits()
454 ++p->cyclicBufferPos; \
470 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
619 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_GetMatches()
710 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_Skip()
724 p->son[p->cyclicBufferPos] = curMatch; in Hc3Zip_MatchFinder_Skip()
H A DLzFind.h19 UInt32 cyclicBufferPos; member