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

  /external/lzma/C/
LzFindMt.h 52 const Byte *pointerToCurPos;
LzFindMt.c 178 mt->pointerToCurPos -= beforePtr - afterPtr;
496 p->pointerToCurPos = MatchFinder_GetPointerToCurrentPos(mf);
541 return p->pointerToCurPos;
554 return p->pointerToCurPos[index];
561 const Byte *cur = p->pointerToCurPos;
581 const Byte *cur = p->pointerToCurPos;
616 const Byte *cur = p->pointerToCurPos;
665 #define INCREASE_LZ_POS p->lzPos++; p->pointerToCurPos++;
715 #define SKIP_HEADER_MT(n) SKIP_HEADER2_MT if (p->btNumAvailBytes-- >= (n)) { const Byte *cur = p->pointerToCurPos; UInt32 *hash = p->hash;

Completed in 869 milliseconds