Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFindMt.c756 UInt32 *distances2; in MatchFinderMt_GetMatches() local
758 distances2 = p->MixMatchesFunc(p, p->lzPos - btBuf[1], distances); in MatchFinderMt_GetMatches()
764 distances2[0] = v0; in MatchFinderMt_GetMatches()
765 distances2[1] = v1; in MatchFinderMt_GetMatches()
766 distances2 += 2; in MatchFinderMt_GetMatches()
769 len = (UInt32)(distances2 - (distances)); in MatchFinderMt_GetMatches()