Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFindMt.c221 …p->hashBufPosLimit = p->hashBufPos = ((p->hashSync.numProcessedBlocks - 1) & kMtHashNumBlocksMask)… in MatchFinderMt_GetNextBlock_Hash()
222 p->hashBufPosLimit += p->hashBuf[p->hashBufPos++]; in MatchFinderMt_GetNextBlock_Hash()
223 p->hashNumAvail = p->hashBuf[p->hashBufPos++]; in MatchFinderMt_GetNextBlock_Hash()
319 if (p->hashBufPos == p->hashBufPosLimit) in BtGetMatches()
330 UInt32 size = p->hashBufPosLimit - p->hashBufPos; in BtGetMatches()
348 UInt32 num = (UInt32)(GetMatchesSpec1(lenLimit, pos - p->hashBuf[p->hashBufPos++], in BtGetMatches()
361 …distances + curPos, p->numHashBytes - 1, p->hashBuf + p->hashBufPos, (Int32)(limit - curPos) , siz… in BtGetMatches()
362 p->hashBufPos += posRes - pos; in BtGetMatches()
494 p->hashBufPos = p->hashBufPosLimit = 0; in MatchFinderMt_Init()
DLzFindMt.h68 UInt32 hashBufPos; member