Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFindMt.h53 UInt32 btBufPosLimit; member
DLzFindMt.c542 p->btBufPosLimit = 0; 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()
598 #define GET_NEXT_BLOCK_IF_REQUIRED if (p->btBufPos == p->btBufPosLimit) MatchFinderMt_GetNextBlock_…