Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
DBootManagerMenu.c181 for (Index = 0; Index < BootMenuData->ItemCount; Index++) { in InitializeBootMenuScreen()
203 if (BootMenuData->ItemCount + UnSelectableItmes > MaxPrintRows) { in InitializeBootMenuScreen()
210 BootMenuData->MenuScreen.Height = BootMenuData->ItemCount + UnSelectableItmes; in InitializeBootMenuScreen()
212 BootMenuData->ScrollBarControl.ItemCountPerScreen = BootMenuData->ItemCount; in InitializeBootMenuScreen()
214 BootMenuData->ScrollBarControl.LastItem = BootMenuData->ItemCount - 1; in InitializeBootMenuScreen()
334 BootMenuData->ItemCount = StrIndex; in InitializeBootMenuData()
374 if (BootMenuData == NULL || WantSelectItem >= BootMenuData->ItemCount) { in BootMenuSelectItem()
404 TopShadeNum = (FirstItem * ItemCountPerScreen) / BootMenuData->ItemCount; in BootMenuSelectItem()
405 if ((FirstItem * ItemCountPerScreen) % BootMenuData->ItemCount != 0) { in BootMenuSelectItem()
415 if (LastItem != BootMenuData->ItemCount - 1) { in BootMenuSelectItem()
[all …]
DBootManagerMenu.h51 UINTN ItemCount; // Selectable item count member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerLib/
DDeviceManager.c344 OUT UINTN *ItemCount in IsNeedAddNetworkMenu() argument
362 if ((Handle == NULL) || (ItemCount == NULL)) { in IsNeedAddNetworkMenu()
365 *ItemCount = 0; in IsNeedAddNetworkMenu()
388 (*ItemCount) = 1; in IsNeedAddNetworkMenu()
457 (*ItemCount) += 1; in IsNeedAddNetworkMenu()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
Dmacsupport.py24 ItemCount = Type("ItemCount", "l") variable
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.c5521 UINT32 ItemCount; in PrintInterpretedExtendedCompatibilityVirtualChannel() local
5535 for (ItemCount = 0 ; ItemCount < Header->ExtendedVcCount ; ItemCount++) { in PrintInterpretedExtendedCompatibilityVirtualChannel()
5536 CapabilityItem = &Header->Capability[ItemCount]; in PrintInterpretedExtendedCompatibilityVirtualChannel()
5541 ItemCount+1, in PrintInterpretedExtendedCompatibilityVirtualChannel()
5573 UINT32 ItemCount; in PrintInterpretedExtendedCompatibilityResizeableBar() local
5576 for (ItemCount = 0 ; ItemCount < (UINT32)GET_NUMBER_RESIZABLE_BARS(Header) ; ItemCount++) { in PrintInterpretedExtendedCompatibilityResizeableBar()
5581 ItemCount+1, in PrintInterpretedExtendedCompatibilityResizeableBar()
5582 Header->Capability[ItemCount].ResizableBarCapability, in PrintInterpretedExtendedCompatibilityResizeableBar()
5583 Header->Capability[ItemCount].ResizableBarControl in PrintInterpretedExtendedCompatibilityResizeableBar()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DXmlParser.py620 for ItemCount in range(len(Module.GetBinaryFileList())):
621 Item = Module.GetBinaryFileList()[ItemCount]
624 Module.GetBinaryFileList()[ItemCount] = Item
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DDeviceManager.c580 OUT UINTN *ItemCount in IsNeedAddNetworkMenu() argument
596 if ((Handle == NULL) || (ItemCount == NULL)) { in IsNeedAddNetworkMenu()
599 *ItemCount = 0; in IsNeedAddNetworkMenu()
622 (*ItemCount) = 1; in IsNeedAddNetworkMenu()
691 (*ItemCount) += 1; in IsNeedAddNetworkMenu()