Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFindMt.c751 len = (UInt32)(p->MixMatchesFunc(p, p->lzPos - p->historySize, distances) - (distances)); in MatchFinderMt_GetMatches()
758 distances2 = p->MixMatchesFunc(p, p->lzPos - btBuf[1], distances); in MatchFinderMt_GetMatches()
830 p->MixMatchesFunc = (Mf_Mix_Matches)NULL;
836 p->MixMatchesFunc = (Mf_Mix_Matches)MixMatches2;
842 p->MixMatchesFunc = (Mf_Mix_Matches)MixMatches3;
DLzFindMt.h62 Mf_Mix_Matches MixMatchesFunc; member