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()
361 UInt32 posRes; in BtGetMatches() local
363 … curPos, p->numHashBytes - 1, p->hashBuf + p->hashBufPos, (Int32)(limit - curPos) , size, &posRes); in BtGetMatches()
364 p->hashBufPos += posRes - pos; in BtGetMatches()
365 cyclicBufferPos += posRes - pos; in BtGetMatches()
366 p->buffer += posRes - pos; in BtGetMatches()
367 pos = posRes; in BtGetMatches()