Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFindMt.c494 p->btBufPos = p->btBufPosLimit = 0; in MatchFinderMt_Init()
533 p->btBufPosLimit = p->btBufPos = blockIndex * kMtBtBlockSize; in MatchFinderMt_GetNextBlock_Bt()
534 p->btBufPosLimit += p->btBuf[p->btBufPos++]; in MatchFinderMt_GetNextBlock_Bt()
535 p->btNumAvailBytes = p->btBuf[p->btBufPos++]; in MatchFinderMt_GetNextBlock_Bt()
545 #define GET_NEXT_BLOCK_IF_REQUIRED if (p->btBufPos == p->btBufPosLimit) MatchFinderMt_GetNextBlock_…
670 const UInt32 *btBuf = p->btBuf + p->btBufPos; in MatchFinderMt2_GetMatches()
672 p->btBufPos += 1 + len; in MatchFinderMt2_GetMatches()
688 const UInt32 *btBuf = p->btBuf + p->btBufPos; in MatchFinderMt_GetMatches()
690 p->btBufPos += 1 + len; in MatchFinderMt_GetMatches()
717 #define SKIP_FOOTER_MT } INCREASE_LZ_POS p->btBufPos += p->btBuf[p->btBufPos] + 1; } while (--num !…
DLzFindMt.h52 UInt32 btBufPos; member