Searched refs:ArrayIndex (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
H A DVfrCompile.g1829 << int ArrayIndex = 1; char IsArrayIndex = 0; >>
1833 { OpenBracket AIndex:Number CloseBracket << ArrayIndex = GetNumber(AIndex->getText(), AIndex->getLine(), 4); IsArrayIndex = 1; >> }
1840 ArrayIndex,
1853 << int ArrayIndex = 1; char IsArrayIndex = 0; >>
1857 { OpenBracket AIndex:Number CloseBracket << ArrayIndex = GetNumber(AIndex->getText(), AIndex->getLine(), 4); IsArrayIndex = 1; >> }
1864 ArrayIndex,
1882 << int ArrayIndex = 1; char IsArrayIndex = 0; >>
1886 { OpenBracket AIndex:Number CloseBracket << ArrayIndex = GetNumber(AIndex->getText(), AIndex->getLine(), 4); IsArrayIndex = 1; >> }
1893 ArrayIndex,
2683 INT32 ArrayIndex,
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c295 UINTN ArrayIndex; local
302 for (ArrayIndex = 0; ArrayIndex < (UINTN) (*BootOrderListSize / sizeof (UINT16)); ArrayIndex++) {
305 if ((*BootOrderList)[BootOrderIndex] == ArrayIndex) {
318 CurrentBootOptionNo = (UINT16) ArrayIndex;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c297 UINTN ArrayIndex; local
304 for (ArrayIndex = 0; ArrayIndex < (UINTN) (*BootOrderListSize / sizeof (UINT16)); ArrayIndex++) {
307 if ((*BootOrderList)[BootOrderIndex] == ArrayIndex) {
320 CurrentBootOptionNo = (UINT16) ArrayIndex;

Completed in 20 milliseconds