Searched refs:Mf_GetMatches_Func (Results 1 - 3 of 3) sorted by relevance

/external/lzma/C/
H A DLzFind.h88 typedef UInt32 (*Mf_GetMatches_Func)(void *object, UInt32 *distances); typedef
97 Mf_GetMatches_Func GetMatches;
H A DLzFind.c745 vTable->GetMatches = (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches;
750 vTable->GetMatches = (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches;
755 vTable->GetMatches = (Mf_GetMatches_Func)Bt3_MatchFinder_GetMatches;
760 vTable->GetMatches = (Mf_GetMatches_Func)Bt4_MatchFinder_GetMatches;
H A DLzFindMt.c765 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt_GetMatches;
772 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt2_GetMatches;

Completed in 259 milliseconds