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

  /external/lzma/C/
LzFindMt.h 54 UInt32 btBufPos;
LzFindMt.c 493 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 += p->btBuf[p->btBufPos] + 1; } while (--num != 0);
    [all...]

Completed in 44 milliseconds