Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFindMt.c541 p->btBufPos = 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()
588 p->btNumAvailBytes = p->btBuf[p->btBufPos++]; in MatchFinderMt_GetNextBlock_Bt()
598 #define GET_NEXT_BLOCK_IF_REQUIRED if (p->btBufPos == p->btBufPosLimit) MatchFinderMt_GetNextBlock_…
721 const UInt32 *btBuf = p->btBuf + p->btBufPos; in MatchFinderMt2_GetMatches()
723 p->btBufPos += 1 + len; in MatchFinderMt2_GetMatches()
743 const UInt32 *btBuf = p->btBuf + p->btBufPos; in MatchFinderMt_GetMatches()
745 p->btBufPos += 1 + len; in MatchFinderMt_GetMatches()
777 #define SKIP_FOOTER_MT } INCREASE_LZ_POS p->btBufPos += p->btBuf[p->btBufPos] + 1; } while (--num !…
DLzFindMt.h52 UInt32 btBufPos; member