OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Mf_GetMatches_Func
(Results
1 - 10
of
10
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFind.h
92
typedef UInt32 (*
Mf_GetMatches_Func
)(void *object, UInt32 *distances);
100
Mf_GetMatches_Func
GetMatches;
LzFind.c
1011
vTable->GetMatches = (
Mf_GetMatches_Func
)Hc4_MatchFinder_GetMatches;
1017
vTable->GetMatches = (
Mf_GetMatches_Func
)Hc5_MatchFinder_GetMatches;
1024
vTable->GetMatches = (
Mf_GetMatches_Func
)Bt2_MatchFinder_GetMatches;
1029
vTable->GetMatches = (
Mf_GetMatches_Func
)Bt3_MatchFinder_GetMatches;
1034
vTable->GetMatches = (
Mf_GetMatches_Func
)Bt4_MatchFinder_GetMatches;
1040
vTable->GetMatches = (
Mf_GetMatches_Func
)Bt5_MatchFinder_GetMatches;
LzFindMt.c
774
vTable->GetMatches = (
Mf_GetMatches_Func
)MatchFinderMt_GetMatches;
782
vTable->GetMatches = (
Mf_GetMatches_Func
)MatchFinderMt2_GetMatches;
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.h
92
typedef UInt32 (*
Mf_GetMatches_Func
)(void *object, UInt32 *distances);
100
Mf_GetMatches_Func
GetMatches;
LzFind.c
1013
vTable->GetMatches = (
Mf_GetMatches_Func
)Hc4_MatchFinder_GetMatches;
1019
vTable->GetMatches = (
Mf_GetMatches_Func
)Hc5_MatchFinder_GetMatches;
1026
vTable->GetMatches = (
Mf_GetMatches_Func
)Bt2_MatchFinder_GetMatches;
1031
vTable->GetMatches = (
Mf_GetMatches_Func
)Bt3_MatchFinder_GetMatches;
1036
vTable->GetMatches = (
Mf_GetMatches_Func
)Bt4_MatchFinder_GetMatches;
1042
vTable->GetMatches = (
Mf_GetMatches_Func
)Bt5_MatchFinder_GetMatches;
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.h
92
typedef UInt32 (*
Mf_GetMatches_Func
)(void *object, UInt32 *distances);
100
Mf_GetMatches_Func
GetMatches;
LzFind.c
1013
vTable->GetMatches = (
Mf_GetMatches_Func
)Hc4_MatchFinder_GetMatches;
1019
vTable->GetMatches = (
Mf_GetMatches_Func
)Hc5_MatchFinder_GetMatches;
1026
vTable->GetMatches = (
Mf_GetMatches_Func
)Bt2_MatchFinder_GetMatches;
1031
vTable->GetMatches = (
Mf_GetMatches_Func
)Bt3_MatchFinder_GetMatches;
1036
vTable->GetMatches = (
Mf_GetMatches_Func
)Bt4_MatchFinder_GetMatches;
1042
vTable->GetMatches = (
Mf_GetMatches_Func
)Bt5_MatchFinder_GetMatches;
/external/lzma/C/
LzFind.h
94
typedef UInt32 (*
Mf_GetMatches_Func
)(void *object, UInt32 *distances);
102
Mf_GetMatches_Func
GetMatches;
LzFind.c
1094
vTable->GetMatches = (
Mf_GetMatches_Func
)Hc4_MatchFinder_GetMatches;
1100
vTable->GetMatches = (
Mf_GetMatches_Func
)Hc5_MatchFinder_GetMatches;
1107
vTable->GetMatches = (
Mf_GetMatches_Func
)Bt2_MatchFinder_GetMatches;
1112
vTable->GetMatches = (
Mf_GetMatches_Func
)Bt3_MatchFinder_GetMatches;
1117
vTable->GetMatches = (
Mf_GetMatches_Func
)Bt4_MatchFinder_GetMatches;
1123
vTable->GetMatches = (
Mf_GetMatches_Func
)Bt5_MatchFinder_GetMatches;
LzFindMt.c
824
vTable->GetMatches = (
Mf_GetMatches_Func
)MatchFinderMt_GetMatches;
832
vTable->GetMatches = (
Mf_GetMatches_Func
)MatchFinderMt2_GetMatches;
Completed in 617 milliseconds