OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Mf_Mix_Matches
(Results
1 - 2
of
2
) sorted by null
/external/lzma/C/
LzFindMt.h
39
typedef UInt32 * (*
Mf_Mix_Matches
)(void *p, UInt32 matchMinPos, UInt32 *distances);
62
Mf_Mix_Matches
MixMatchesFunc;
LzFindMt.c
770
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 205 milliseconds