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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
H A DIniToXml.py330 LastIndex = 0
332 LastIndex = Index
416 IniParseError(ST.ERR_COPYRIGHT_CONTENT, IniFile, LastIndex)
421 CheckMdtKeys(DistMap, IniFile, LastIndex,
433 # @param LastIndex: Last index of Ini file
436 def CheckMdtKeys(DistMap, IniFile, LastIndex, Maps):
440 IniParseError(ST.ERR_KEYWORD_MANDATORY % Key, IniFile, LastIndex+1)
469 IniParseError(ST.ERR_KEYWORD_MANDATORY % (Item[0] + '.FileList'), IniFile, LastIndex+1)
472 IniParseError(ST.ERR_KEYWORD_MANDATORY % (Item[0] + '.Name'), IniFile, LastIndex+1)
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaIo.c292 UINT32 LastIndex; local
301 LastIndex = 0;
308 if ((Count > 0) && (LastIndex + 1 == Index)) {
322 LastIndex = Index;
358 if ((Count > 0) && (LastIndex + 1 == Index)) {
376 LastIndex = Index;

Completed in 2610 milliseconds