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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
H A DDriverSupport.c408 UINTN SortIndex; local
556 SortIndex = NumberOfSortedDriverBindingProtocols;
598 for ( ; SortIndex < NumberOfSortedDriverBindingProtocols; SortIndex++) {
599 HighestVersion = SortedDriverBindingProtocols[SortIndex]->Version;
600 HighestIndex = SortIndex;
601 for (Index = SortIndex + 1; Index < NumberOfSortedDriverBindingProtocols; Index++) {
607 if (SortIndex != HighestIndex) {
608 DriverBinding = SortedDriverBindingProtocols[SortIndex];
609 SortedDriverBindingProtocols[SortIndex]
[all...]

Completed in 56 milliseconds