HomeSort by relevance Sort by last modified time
    Searched refs:Mf_Mix_Matches (Results 1 - 2 of 2) sorted by null

  /external/lzma/C/
LzFindMt.h 41 typedef UInt32 * (*Mf_Mix_Matches)(void *p, UInt32 matchMinPos, UInt32 *distances);
64 Mf_Mix_Matches MixMatchesFunc;
LzFindMt.c 769 p->MixMatchesFunc = (Mf_Mix_Matches)0;
775 p->MixMatchesFunc = (Mf_Mix_Matches)MixMatches2;
782 p->MixMatchesFunc = (Mf_Mix_Matches)MixMatches3;
788 p->MixMatchesFunc = (Mf_Mix_Matches)MixMatches4;

Completed in 112 milliseconds