Searched refs:cyclicBufferPos (Results 1 – 4 of 4) sorted by relevance
/external/lzma/C/ |
D | LzFindMt.c | 375 UInt32 cyclicBufferPos = p->cyclicBufferPos; in BtGetMatches() local 382 size2 = p->cyclicBufferSize - cyclicBufferPos; in BtGetMatches() 392 pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue, in BtGetMatches() 396 cyclicBufferPos++; in BtGetMatches() 403 …curPos = (UInt32)(GetMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBuff… in BtGetMatches() 408 cyclicBufferPos += posRes - pos; in BtGetMatches() 417 if (cyclicBufferPos == p->cyclicBufferSize) in BtGetMatches() 418 cyclicBufferPos = 0; in BtGetMatches() 419 p->cyclicBufferPos = cyclicBufferPos; in BtGetMatches() 563 p->cyclicBufferPos = mf->cyclicBufferPos; in MatchFinderMt_Init()
|
D | LzFind.c | 274 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits() 323 p->cyclicBufferPos = 0; in MatchFinder_Init_3() 379 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits() 380 p->cyclicBufferPos = 0; in MatchFinder_CheckLimits() 573 ++p->cyclicBufferPos; \ 589 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue 844 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_GetMatches() 1043 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_Skip() 1079 p->son[p->cyclicBufferPos] = curMatch; in Hc3Zip_MatchFinder_Skip()
|
D | LzFindMt.h | 79 UInt32 cyclicBufferPos; member
|
D | LzFind.h | 21 UInt32 cyclicBufferPos; member
|