Searched refs:BestMatchCount (Results 1 – 2 of 2) sorted by relevance
91 UINTN BestMatchCount; in EblDirCmd() local129 … for (Index = 1, BestMatchCount = 0; Index < sizeof (gFvFileType)/sizeof (CHAR8 *); Index++) { in EblDirCmd()138 BestMatchCount++; in EblDirCmd()143 if (BestMatchCount > 1) { in EblDirCmd()
187 UINTN BestMatchCount; in EblGetCommand() local200 for (Index = 0, BestMatchCount = 0, Match = NULL; Index < mCmdTableNextFreeIndex; Index++) { in EblGetCommand()208 BestMatchCount++; in EblGetCommand()213 if (BestMatchCount == 1) { in EblGetCommand()