Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzFindMt.c474 mt->pointerToCurPos -= offset; in HashThreadFunc()
897 p->pointerToCurPos = Inline_MatchFinder_GetPointerToCurrentPos(mf); in MatchFinderMt_Init()
986 return p->pointerToCurPos; in MatchFinderMt_GetPointerToCurrentPos()
1008 const Byte *cur = p->pointerToCurPos; in MixMatches2()
1032 const Byte *cur = p->pointerToCurPos; in MixMatches3()
1072 #define INCREASE_LZ_POS p->lzPos++; p->pointerToCurPos++;
1114 const Byte *cur = p->pointerToCurPos;
1170 const Byte *cur = p->pointerToCurPos; in MixMatches4()
1315 #define SKIP_HEADER_MT(n) SKIP_HEADER2_MT if (p->btNumAvailBytes-- >= (n)) { const Byte *cur = p->pointerToCurPos; UInt32 *hash = p->hash;
H A DLzFindMt.h45 const Byte *pointerToCurPos; member

Completed in 3 milliseconds