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

/external/lzma/C/
H A DLzFindMt.h54 UInt32 btBufPos; member in struct:_CMatchFinderMt
H A DLzFindMt.c493 p->btBufPos = p->btBufPosLimit = 0;
532 p->btBufPosLimit = p->btBufPos = blockIndex * kMtBtBlockSize;
533 p->btBufPosLimit += p->btBuf[p->btBufPos++];
534 p->btNumAvailBytes = p->btBuf[p->btBufPos++];
544 #define GET_NEXT_BLOCK_IF_REQUIRED if (p->btBufPos == p->btBufPosLimit) MatchFinderMt_GetNextBlock_Bt(p);
669 const UInt32 *btBuf = p->btBuf + p->btBufPos;
671 p->btBufPos += 1 + len;
687 const UInt32 *btBuf = p->btBuf + p->btBufPos;
689 p->btBufPos += 1 + len;
716 #define SKIP_FOOTER_MT } INCREASE_LZ_POS p->btBufPos
[all...]

Completed in 98 milliseconds