Searched refs:btBufPos (Results 1 – 2 of 2) sorted by relevance
493 p->btBufPos = p->btBufPosLimit = 0; in MatchFinderMt_Init()532 p->btBufPosLimit = p->btBufPos = blockIndex * kMtBtBlockSize; in MatchFinderMt_GetNextBlock_Bt()533 p->btBufPosLimit += p->btBuf[p->btBufPos++]; in MatchFinderMt_GetNextBlock_Bt()534 p->btNumAvailBytes = p->btBuf[p->btBufPos++]; in MatchFinderMt_GetNextBlock_Bt()544 #define GET_NEXT_BLOCK_IF_REQUIRED if (p->btBufPos == p->btBufPosLimit) MatchFinderMt_GetNextBlock_…669 const UInt32 *btBuf = p->btBuf + p->btBufPos; in MatchFinderMt2_GetMatches()671 p->btBufPos += 1 + len; in MatchFinderMt2_GetMatches()687 const UInt32 *btBuf = p->btBuf + p->btBufPos; in MatchFinderMt_GetMatches()689 p->btBufPos += 1 + len; in MatchFinderMt_GetMatches()716 #define SKIP_FOOTER } INCREASE_LZ_POS p->btBufPos += p->btBuf[p->btBufPos] + 1; } while (--num != 0…
50 UInt32 btBufPos; member