HomeSort by relevance Sort by last modified time
    Searched refs:btBufPos (Results 1 - 2 of 2) sorted by null

  /external/lzma/C/
LzFindMt.h 52 UInt32 btBufPos;
LzFindMt.c 494 p->btBufPos = p->btBufPosLimit = 0;
533 p->btBufPosLimit = p->btBufPos = blockIndex * kMtBtBlockSize;
534 p->btBufPosLimit += p->btBuf[p->btBufPos++];
535 p->btNumAvailBytes = p->btBuf[p->btBufPos++];
545 #define GET_NEXT_BLOCK_IF_REQUIRED if (p->btBufPos == p->btBufPosLimit) MatchFinderMt_GetNextBlock_Bt(p);
670 const UInt32 *btBuf = p->btBuf + p->btBufPos;
672 p->btBufPos += 1 + len;
688 const UInt32 *btBuf = p->btBuf + p->btBufPos;
690 p->btBufPos += 1 + len;
717 #define SKIP_FOOTER_MT } INCREASE_LZ_POS p->btBufPos += p->btBuf[p->btBufPos] + 1; } while (--num != 0);
    [all...]

Completed in 179 milliseconds