Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzFindMt.h34 typedef UInt32 * (*Mf_Mix_Matches)(void *p, UInt32 matchMinPos, UInt32 *distances); typedef
58 Mf_Mix_Matches MixMatchesFunc;
H A DLzFindMt.c1373 p->MixMatchesFunc = (Mf_Mix_Matches)NULL;
1379 p->MixMatchesFunc = (Mf_Mix_Matches)MixMatches2;
1388 p->MixMatchesFunc = (Mf_Mix_Matches)MixMatches3;
1393 p->MixMatchesFunc = (Mf_Mix_Matches)MixMatches4;

Completed in 2 milliseconds