Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFindMt.c238 … UInt32 *_distances, UInt32 _maxLen, const UInt32 *hash, Int32 limit, UInt32 size, UInt32 *posRes) in GetMatchesSpecN() argument
307 *posRes = pos; in GetMatchesSpecN()
366 UInt32 posRes; in BtGetMatches() local
368 …+ curPos, p->numHashBytes - 1, p->hashBuf + p->hashBufPos, (Int32)(limit - curPos), size, &posRes); in BtGetMatches()
369 p->hashBufPos += posRes - pos; in BtGetMatches()
370 cyclicBufferPos += posRes - pos; in BtGetMatches()
371 p->buffer += posRes - pos; in BtGetMatches()
372 pos = posRes; in BtGetMatches()