Lines Matching refs:btBufPos
884 p->btBufPos =
948 p->btBufPos = p->failureBuf;
957 p->btBufPos = bt + 2;
961 p->btBufPos = p->failureBuf;
990 #define GET_NEXT_BLOCK_IF_REQUIRED if (p->btBufPos == p->btBufPosLimit) MatchFinderMt_GetNextBlock_Bt(p);
995 if (p->btBufPos != p->btBufPosLimit)
1078 const UInt32 *bt = p->btBufPos;
1083 p->btBufPos = btLim;
1248 const UInt32 *bt = p->btBufPos;
1251 p->btBufPos = btLim;
1272 const UInt32 *bt = p->btBufPos;
1276 p->btBufPos = bt + len;
1316 #define SKIP_FOOTER_MT } INCREASE_LZ_POS p->btBufPos += (size_t)*p->btBufPos + 1; } while (--num != 0);