Searched refs:btBufPosLimit (Results 1 – 2 of 2) sorted by relevance
53 UInt32 btBufPosLimit; member
542 p->btBufPosLimit = 0; in MatchFinderMt_Init()586 p->btBufPosLimit = p->btBufPos = blockIndex * kMtBtBlockSize; in MatchFinderMt_GetNextBlock_Bt()587 p->btBufPosLimit += p->btBuf[p->btBufPos++]; in MatchFinderMt_GetNextBlock_Bt()598 #define GET_NEXT_BLOCK_IF_REQUIRED if (p->btBufPos == p->btBufPosLimit) MatchFinderMt_GetNextBlock_…