Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DLocate.c434 INTN BestMatch; in CoreLocateDevicePath() local
477 BestMatch = -1; in CoreLocateDevicePath()
499 ASSERT (Size != BestMatch); in CoreLocateDevicePath()
504 if (Size > BestMatch) { in CoreLocateDevicePath()
505 BestMatch = Size; in CoreLocateDevicePath()
517 if (BestMatch == -1) { in CoreLocateDevicePath()
529 *DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) (((UINT8 *) SourcePath) + BestMatch); in CoreLocateDevicePath()