Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfDepexSectionParser.py79 LastItem = ''
81 LastItem = Item
104 Line=LastItem[3])
DInfBuildOptionSectionParser.py144 LastItem = ''
146 LastItem = Item
157 Line=LastItem[3])
DInfGuidPpiProtocolSectionParser.py230 LastItem = ''
284 LastItem = Item
292 File=FileName, Line=LastItem[4])
/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
DBootManagerMenu.c208 BootMenuData->ScrollBarControl.LastItem = MaxPrintRows - UnSelectableItmes - 1; in InitializeBootMenuScreen()
214 BootMenuData->ScrollBarControl.LastItem = BootMenuData->ItemCount - 1; in InitializeBootMenuScreen()
369 UINTN LastItem; in BootMenuSelectItem() local
386 WantSelectItem > BootMenuData->ScrollBarControl.LastItem || in BootMenuSelectItem()
394 BootMenuData->ScrollBarControl.LastItem = WantSelectItem + ItemCountPerScreen - 1; in BootMenuSelectItem()
395 } else if (WantSelectItem > BootMenuData->ScrollBarControl.LastItem) { in BootMenuSelectItem()
397 BootMenuData->ScrollBarControl.LastItem = WantSelectItem; in BootMenuSelectItem()
401 LastItem = BootMenuData->ScrollBarControl.LastItem; in BootMenuSelectItem()
415 if (LastItem != BootMenuData->ItemCount - 1) { in BootMenuSelectItem()
416 …LowShadeNum = ((BootMenuData->ItemCount - 1 - LastItem) * ItemCountPerScreen) / BootMenuData->Item… in BootMenuSelectItem()
[all …]
DBootManagerMenu.h46 UINTN LastItem; member
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
DGenCfgOpt.py704 LastItem = self._CfgItemList[-1]
705 if len(LastItem['subreg']) == 0:
708 … SubOffset = LastItem['subreg'][-1]['bitoffset'] + LastItem['subreg'][-1]['bitlength']
710 LastItem['subreg'].append (SubCfgDict.copy())
/device/linaro/bootloader/edk2/IntelFspPkg/Tools/
DGenCfgOpt.py680 LastItem = self._CfgItemList[-1]
681 if len(LastItem['subreg']) == 0:
684 SubOffset += LastItem['subreg'][-1]['length']
686 LastItem['subreg'].append (SubCfgDict.copy())
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DMetaFileParser.py623 LastItem = self._Store(self._SectionType,
638 LastItem, LineNo, -1, LineNo, -1, 0)