Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzFindMt.c902 p->lzPos = in MatchFinderMt_Init()
970 if (p->lzPos >= (UInt32)kMtMaxValForNormalize - (UInt32)kMtBtBlockSize) in MatchFinderMt_GetNextBlock_Bt()
972 /* we don't check (lzPos) over exact avail bytes in (btBuf). in MatchFinderMt_GetNextBlock_Bt()
974 const UInt32 subValue = (p->lzPos - p->historySize - 1); // & ~(UInt32)(kNormalizeAlign - 1); in MatchFinderMt_GetNextBlock_Bt()
975 p->lzPos -= subValue; in MatchFinderMt_GetNextBlock_Bt()
1009 const UInt32 m = p->lzPos; in MixMatches2()
1033 const UInt32 m = p->lzPos; in MixMatches3()
1072 #define INCREASE_LZ_POS p->lzPos++; p->pointerToCurPos++;
1090 matchMinPos = p->lzPos;
1115 UInt32 m = p->lzPos;
[all...]
H A DLzFindMt.h49 UInt32 lzPos; member

Completed in 3 milliseconds