Home
last modified time | relevance | path

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

/third_party/lzma/C/
DLzFindMt.c647 UInt32 cyclicBufferPos = p->cyclicBufferPos; in BtGetMatches() local
655 size2 = p->cyclicBufferSize - cyclicBufferPos; in BtGetMatches()
673 pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue, in BtGetMatches()
677 cyclicBufferPos++; in BtGetMatches()
691 cyclicBufferPos, p->cyclicBufferSize, in BtGetMatches()
710 cyclicBufferPos += processed; in BtGetMatches()
722 if (cyclicBufferPos == p->cyclicBufferSize) in BtGetMatches()
723 cyclicBufferPos = 0; in BtGetMatches()
724 p->cyclicBufferPos = cyclicBufferPos; in BtGetMatches()
926 p->cyclicBufferPos = (p->pos - CYC_TO_POS_OFFSET); in MatchFinderMt_Init()
DLzFind.c501 k = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits()
584 p->cyclicBufferPos = (p->pos - CYC_TO_POS_OFFSET); // init with relation to (pos) in MatchFinder_Init()
862 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits()
863 p->cyclicBufferPos = 0; in MatchFinder_CheckLimits()
1085 ++p->cyclicBufferPos; \
1113 #define MF_PARAMS(p) lenLimit, curMatch, p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicB…
1400 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_GetMatches()
1472 p->son[p->cyclicBufferPos] = curMatch; in Hc5_MatchFinder_GetMatches()
1573 { const UInt32 cycPos = p->cyclicBufferPos; \
1575 p->cyclicBufferPos = cycPos + num2; } \
DLzFindMt.h81 UInt32 cyclicBufferPos; member
DLzFind.h21 UInt32 cyclicBufferPos; member