Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFindMt.c498 p->lzPos = p->historySize + 1; in MatchFinderMt_Init()
523 MatchFinder_Normalize3(p->lzPos - p->historySize - 1, p->hash, p->fixedHashSize); in MatchFinderMt_Normalize()
524 p->lzPos = p->historySize + 1; in MatchFinderMt_Normalize()
535 if (p->lzPos >= kMtMaxValForNormalize - kMtBtBlockSize) in MatchFinderMt_GetNextBlock_Bt()
562 UInt32 lzPos = p->lzPos; in MixMatches2() local
566 hash[hash2Value] = lzPos; in MixMatches2()
569 if (cur[(ptrdiff_t)curMatch2 - lzPos] == cur[0]) in MixMatches2()
572 *distances++ = lzPos - curMatch2 - 1; in MixMatches2()
582 UInt32 lzPos = p->lzPos; in MixMatches3() local
590 lzPos; in MixMatches3()
[all …]
DLzFindMt.h52 UInt32 lzPos; member