Home
last modified time | relevance | path

Searched refs:matchFinderMt (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.c297 CMatchFinderMt matchFinderMt; member
1715 MatchFinderMt_Construct(&p->matchFinderMt); in LzmaEnc_Construct()
1716 p->matchFinderMt.MatchFinder = &p->matchFinderBase; in LzmaEnc_Construct()
1754 MatchFinderMt_Destruct(&p->matchFinderMt, allocBig); in LzmaEnc_Destruct()
1969 …RINOK(MatchFinderMt_Create(&p->matchFinderMt, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH… in LzmaEnc_Alloc()
1970 p->matchFinderObj = &p->matchFinderMt; in LzmaEnc_Alloc()
1971 MatchFinderMt_CreateVTable(&p->matchFinderMt, &p->matchFinder); in LzmaEnc_Alloc()
2113 MatchFinderMt_ReleaseStream(&p->matchFinderMt); in LzmaEnc_Finish()