Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFindMt.c700 UInt32 *distances2; in MatchFinderMt_GetMatches() local
702 distances2 = p->MixMatchesFunc(p, p->lzPos - btBuf[1], distances); in MatchFinderMt_GetMatches()
705 *distances2++ = *btBuf++; in MatchFinderMt_GetMatches()
706 *distances2++ = *btBuf++; in MatchFinderMt_GetMatches()
709 len = (UInt32)(distances2 - (distances)); in MatchFinderMt_GetMatches()