Home
last modified time | relevance | path

Searched refs:pointerToCurPos (Results 1 – 2 of 2) sorted by relevance

/external/lzma/C/
DLzFindMt.c180 mt->pointerToCurPos -= offset; in HashThreadFunc()
508 p->pointerToCurPos = Inline_MatchFinder_GetPointerToCurrentPos(mf); in MatchFinderMt_Init()
553 return p->pointerToCurPos; in MatchFinderMt_GetPointerToCurrentPos()
568 const Byte *cur = p->pointerToCurPos; in MixMatches2()
589 const Byte *cur = p->pointerToCurPos; in MixMatches3()
675 #define INCREASE_LZ_POS p->lzPos++; p->pointerToCurPos++;
726 …P_HEADER2_MT if (p->btNumAvailBytes-- >= (n)) { const Byte *cur = p->pointerToCurPos; UInt32 *hash…
DLzFindMt.h50 const Byte *pointerToCurPos; member