Searched defs:MatchFinder_CheckLimits (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzFind.c320 static void MatchFinder_CheckLimits(CMatchFinder *p) function
470 if (++p->pos == p->posLimit) MatchFinder_CheckLimits(p);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFind.c301 static void MatchFinder_CheckLimits(CMatchFinder *p) function
451 if (++p->pos == p->posLimit) MatchFinder_CheckLimits(p);

Completed in 36 milliseconds