Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
DDir.c91 UINTN BestMatchCount; in EblDirCmd() local
129 … for (Index = 1, BestMatchCount = 0; Index < sizeof (gFvFileType)/sizeof (CHAR8 *); Index++) { in EblDirCmd()
138 BestMatchCount++; in EblDirCmd()
143 if (BestMatchCount > 1) { in EblDirCmd()
DCommand.c187 UINTN BestMatchCount; in EblGetCommand() local
200 for (Index = 0, BestMatchCount = 0, Match = NULL; Index < mCmdTableNextFreeIndex; Index++) { in EblGetCommand()
208 BestMatchCount++; in EblGetCommand()
213 if (BestMatchCount == 1) { in EblGetCommand()