Searched refs:cyclicBufferPos (Results 1 – 4 of 4) sorted by relevance
/third_party/lzma/C/ |
D | LzFindMt.c | 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 += 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()
|
D | LzFind.c | 501 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; } \
|
D | LzFindMt.h | 81 UInt32 cyclicBufferPos; member
|
D | LzFind.h | 21 UInt32 cyclicBufferPos; member
|