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

  /external/lzma/C/
LzFindMt.h 50 const Byte *pointerToCurPos;
LzFindMt.c 180 mt->pointerToCurPos -= beforePtr - afterPtr;
497 p->pointerToCurPos = MatchFinder_GetPointerToCurrentPos(mf);
542 return p->pointerToCurPos;
555 return p->pointerToCurPos[index];
562 const Byte *cur = p->pointerToCurPos;
582 const Byte *cur = p->pointerToCurPos;
617 const Byte *cur = p->pointerToCurPos;
666 #define INCREASE_LZ_POS p->lzPos++; p->pointerToCurPos++;
716 #define SKIP_HEADER_MT(n) SKIP_HEADER2_MT if (p->btNumAvailBytes-- >= (n)) { const Byte *cur = p->pointerToCurPos; UInt32 *hash = p->hash;

Completed in 412 milliseconds