Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzFindMt.c548 /* we use one variable instead of two (cyclicBufferPos == pos) before CyclicBuf wrap.
549 here we define fixed offset of (p->pos) from (p->cyclicBufferPos) */
633 but we don't update (p->pos) and (p->cyclicBufferPos) here in BT_THREAD */ in BtGetMatches()
647 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 in BtGetMatches()
[all...]
H A DLzFind.c501 k = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits()
582 /* if we init (cyclicBufferPos = pos), then we can use one variable in MatchFinder_Init()
583 instead of both (cyclicBufferPos) and (pos) : only before (cyclicBufferPos) wrapping */ in MatchFinder_Init()
584 p->cyclicBufferPos = (p->pos - CYC_TO_POS_OFFSET); // init with relation to (pos) in MatchFinder_Init()
585 // p->cyclicBufferPos = 0; // smallest value in MatchFinder_Init()
862 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits()
863 p->cyclicBufferPos = 0; in MatchFinder_CheckLimits()
1085 ++p->cyclicBufferPos; \
1095 We don't update sons[cyclicBufferPos << btMod in MatchFinder_MovePos()
[all...]
H A DLzFindMt.h81 UInt32 cyclicBufferPos; member
H A DLzFind.h21 UInt32 cyclicBufferPos; member

Completed in 5 milliseconds