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

  /external/lzma/C/
LzFind.h 88 typedef UInt32 (*Mf_GetMatches_Func)(void *object, UInt32 *distances);
97 Mf_GetMatches_Func GetMatches;
LzFind.c 745 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;
LzFindMt.c 765 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt_GetMatches;
772 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt2_GetMatches;

Completed in 42 milliseconds