Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFindMt.c236 … UInt32 *_distances, UInt32 _maxLen, const UInt32 *hash, Int32 limit, UInt32 size, UInt32 *posRes) in GetMatchesSpecN() argument
305 *posRes = pos; in GetMatchesSpecN()
359 UInt32 posRes; in BtGetMatches() local
361 … curPos, p->numHashBytes - 1, p->hashBuf + p->hashBufPos, (Int32)(limit - curPos) , size, &posRes); in BtGetMatches()
362 p->hashBufPos += posRes - pos; in BtGetMatches()
363 cyclicBufferPos += posRes - pos; in BtGetMatches()
364 p->buffer += posRes - pos; in BtGetMatches()
365 pos = posRes; in BtGetMatches()