Searched refs:Mf_Mix_Matches (Results 1 - 2 of 2) sorted by relevance

/external/lzma/C/
H A DLzFindMt.h39 typedef UInt32 * (*Mf_Mix_Matches)(void *p, UInt32 matchMinPos, UInt32 *distances); typedef
62 Mf_Mix_Matches MixMatchesFunc;
H A DLzFindMt.c770 p->MixMatchesFunc = (Mf_Mix_Matches)0;
776 p->MixMatchesFunc = (Mf_Mix_Matches)MixMatches2;
783 p->MixMatchesFunc = (Mf_Mix_Matches)MixMatches3;
789 p->MixMatchesFunc = (Mf_Mix_Matches)MixMatches4;

Completed in 127 milliseconds