Searched refs:LastIndex (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/
H A DIniToXml.py331 LastIndex = 0
333 LastIndex = Index
417 IniParseError(ST.ERR_COPYRIGHT_CONTENT, IniFile, LastIndex)
422 CheckMdtKeys(DistMap, IniFile, LastIndex,
434 # @param LastIndex: Last index of Ini file
437 def CheckMdtKeys(DistMap, IniFile, LastIndex, Maps):
441 IniParseError(ST.ERR_KEYWORD_MANDATORY % Key, IniFile, LastIndex+1)
470 IniParseError(ST.ERR_KEYWORD_MANDATORY % (Item[0] + '.FileList'), IniFile, LastIndex+1)
473 IniParseError(ST.ERR_KEYWORD_MANDATORY % (Item[0] + '.Name'), IniFile, LastIndex+1)
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaIo.c293 UINT32 LastIndex; local
302 LastIndex = 0;
309 if ((Count > 0) && (LastIndex + 1 == Index)) {
323 LastIndex = Index;
359 if ((Count > 0) && (LastIndex + 1 == Index)) {
377 LastIndex = Index;

Completed in 46 milliseconds