Home
last modified time | relevance | path

Searched refs:btBufPos (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/C/
H A DLzFindMt.c884 p->btBufPos = in MatchFinderMt_Init()
948 p->btBufPos = p->failureBuf; in MatchFinderMt_GetNextBlock_Bt()
957 p->btBufPos = bt + 2; in MatchFinderMt_GetNextBlock_Bt()
961 p->btBufPos = p->failureBuf; in MatchFinderMt_GetNextBlock_Bt()
990 #define GET_NEXT_BLOCK_IF_REQUIRED if (p->btBufPos == p->btBufPosLimit) MatchFinderMt_GetNextBlock_Bt(p);
995 if (p->btBufPos != p->btBufPosLimit) in MatchFinderMt_GetNumAvailableBytes()
1078 const UInt32 *bt = p->btBufPos;
1083 p->btBufPos = btLim;
1248 const UInt32 *bt = p->btBufPos; in MatchFinderMt2_GetMatches()
1251 p->btBufPos in MatchFinderMt2_GetMatches()
[all...]
H A DLzFindMt.h47 const UInt32 *btBufPos; member

Completed in 3 milliseconds